Documentation Index
Fetch the complete documentation index at: https://easyaf.dev/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Assembly: CloudNimble.SimpleMessageBus.Core.dll Namespace: CloudNimble.SimpleMessageBus.Core Inheritance: System.EnumSyntax
Summary
Kafka security protocol options.Values
| Name | Value | Description |
|---|---|---|
Plaintext | 0 | Plain text communication (no encryption). |
Ssl | 1 | SSL/TLS encrypted communication. |
SaslPlaintext | 2 | SASL authentication over plain text. |
SaslSsl | 3 | SASL authentication over SSL/TLS. |