View Source KafkaEx.Auth.SASL.Plain (kafka_ex v1.0.0-rc.1)

SASL/PLAIN mechanism for Kafka.

Encodes/decodes SASL/PLAIN exchanges and drives the handshake/authenticate round-trips via the KafkaEx.Auth.SASL flow.

Notes

  • TLS required: PLAIN must only be used over SSL/TLS.
  • Sends <<0, username, 0, password>> as the auth bytes.

See also