Bird
0
0

Which Kafka client configuration property must be set to use SSL for encrypting data between client and broker?

easy📝 Conceptual Q2 of 15
Kafka - Security
Which Kafka client configuration property must be set to use SSL for encrypting data between client and broker?
Assl.encryption=on
Bssl.enabled=true
Csecurity.protocol=SSL
Dclient.security=ssl
Step-by-Step Solution
Solution:
  1. Step 1: Identify Kafka SSL config property

    The Kafka client uses the property security.protocol to specify the communication protocol.
  2. Step 2: Check valid values

    Setting security.protocol=SSL enables SSL encryption for client-broker communication.
  3. Final Answer:

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

    Property name must be exact and recognized by Kafka [OK]
Quick Trick: Use 'security.protocol=SSL' to enable SSL encryption [OK]
Common Mistakes:
MISTAKES
  • Using non-existent properties like ssl.enabled
  • Confusing property names with similar sounding options
  • Setting client.security instead of security.protocol

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes