Kafka - Security
Which of the following is the correct way to enable SASL authentication in Kafka's server.properties file?
sasl.enabled.mechanisms specifies which SASL mechanisms Kafka accepts.security.protocol=PLAINTEXT disables security, ssl.enabled is not a valid property, and acl.enable is unrelated to SASL.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions