Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Encryption and Authentication Listener Configuration

Encryption and authentication in Kafka brokers is configured per listener. 

Each listener in the Kafka broker is configured with its own security protocol. The configuration property listener.security.protocal defines which listener uses which security protocol. It maps each listener name to its security protocol. 

Supported security protocols are :

...


Any other security protocol to be used could be configured using the OOM charts on a k8s environment.
The below values are to be defined in the values.yaml

...