Kafka - Security
Given this Kafka client config snippet:
What will happen when the client tries to connect?
security.protocol=SASL_SSL sasl.mechanism=SCRAM-SHA-256 sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="user" password="pass";
What will happen when the client tries to connect?
