Skip to main content

Definition

Assembly: CloudNimble.SimpleMessageBus.Core.dll Namespace: CloudNimble.SimpleMessageBus.Core Inheritance: System.Enum

Syntax

CloudNimble.SimpleMessageBus.Core.KafkaAuthenticationMode

Summary

SASL authentication mechanisms for Kafka.

Values

NameValueDescription
NotSet0No authentication configured.
Plain1PLAIN mechanism (username/password).
ScramSha2562SCRAM-SHA-256 mechanism.
ScramSha5123SCRAM-SHA-512 mechanism.
Gssapi4Kerberos (GSSAPI) authentication.