Skip to main content

Definition

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

Syntax

CloudNimble.SimpleMessageBus.Core.KafkaBrokerProtocol

Summary

Kafka security protocol options.

Values

NameValueDescription
Plaintext0Plain text communication (no encryption).
Ssl1SSL/TLS encrypted communication.
SaslPlaintext2SASL authentication over plain text.
SaslSsl3SASL authentication over SSL/TLS.