Bird
0
0

Which Kafka client configuration property is used to enable SSL authentication?

easy📝 Syntax Q12 of 15
Kafka - Security
Which Kafka client configuration property is used to enable SSL authentication?
Aenable.ssl.auth=true
Bssl.enabled=true
Csecurity.protocol=SSL
Dauth.method=ssl
Step-by-Step Solution
Solution:
  1. Step 1: Recall Kafka SSL config property

    The correct property to enable SSL is 'security.protocol' set to 'SSL'.
  2. Step 2: Check other options for correctness

    Other options are not valid Kafka config keys for SSL authentication.
  3. Final Answer:

    security.protocol=SSL -> Option C
  4. Quick Check:

    SSL enabled by security.protocol=SSL [OK]
Quick Trick: Use security.protocol=SSL to enable SSL [OK]
Common Mistakes:
  • Using non-existent properties like ssl.enabled
  • Confusing property names with auth.method
  • Adding extra words like enable.ssl.auth

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes