SaslMechanism

class safir.kafka.SaslMechanism(*values)

Bases: StrEnum

Kafka SASL mechanisms.

Attributes Summary

PLAIN

Plain-text SASL mechanism.

SCRAM_SHA_256

SCRAM-SHA-256 SASL mechanism.

SCRAM_SHA_512

SCRAM-SHA-512 SASL mechanism.

Attributes Documentation

PLAIN = 'PLAIN'

Plain-text SASL mechanism.

SCRAM_SHA_256 = 'SCRAM-SHA-256'

SCRAM-SHA-256 SASL mechanism.

SCRAM_SHA_512 = 'SCRAM-SHA-512'

SCRAM-SHA-512 SASL mechanism.