Skip to main content

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.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.