Definition
Assembly: CloudNimble.SimpleMessageBus.Core.dll Namespace: CloudNimble.SimpleMessageBus.Core Inheritance: System.EnumSyntax
Summary
SASL authentication mechanisms for Kafka.Values
| Name | Value | Description |
|---|---|---|
NotSet | 0 | No authentication configured. |
Plain | 1 | PLAIN mechanism (username/password). |
ScramSha256 | 2 | SCRAM-SHA-256 mechanism. |
ScramSha512 | 3 | SCRAM-SHA-512 mechanism. |
Gssapi | 4 | Kerberos (GSSAPI) authentication. |