Kafka - Security
Given the following Kafka broker config snippet:
What is the effect of this configuration?
listeners=SASL_SSL://:9093 sasl.enabled.mechanisms=PLAIN security.inter.broker.protocol=SASL_SSL
What is the effect of this configuration?
