Kafka - Security
Given this Kafka client config snippet:
What type of client authentication is configured?
security.protocol=SASL_SSL sasl.mechanism=PLAIN sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="user" password="pass";
What type of client authentication is configured?
