Bird
0
0

Which Kafka client configuration property must be set to enable SSL encryption for data transmitted between client and broker?

easy📝 Syntax Q3 of 15
Kafka - Security
Which Kafka client configuration property must be set to enable SSL encryption for data transmitted between client and broker?
Asecurity.protocol=SSL
Bssl.enabled=true
Cencryption.method=SSL
Dclient.encryption=on
Step-by-Step Solution
Solution:
  1. Step 1: Identify SSL configuration property

    The Kafka client uses security.protocol to specify the protocol.
  2. Step 2: Recognize correct value for SSL

    Setting security.protocol=SSL enables SSL encryption.
  3. Final Answer:

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

    Correct property is security.protocol with value SSL [OK]
Quick Trick: Use security.protocol=SSL to enable encryption [OK]
Common Mistakes:
  • Using non-existent properties like ssl.enabled
  • Confusing encryption.method with Kafka configs
  • Assuming client.encryption is valid

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes