Confluent
CCAAK · Question #104
You are setting up a Kafka cluster that needs to enforce in-flight encryption. Which listener security protocol should you use?
The correct answer is B. SSL. Using the SSL listener security protocol enables TLS encryption, ensuring all data transmitted between clients and brokers is encrypted in flight.
Apache Kafka Security
Question
You are setting up a Kafka cluster that needs to enforce in-flight encryption. Which listener security protocol should you use?
Options
- AHTTPS
- BSSL
- CSASL_PLAINTEXT
- DBASE64_ENCODING
How the community answered
(28 responses)- A4% (1)
- B86% (24)
- C7% (2)
- D4% (1)
Explanation
Using the SSL listener security protocol enables TLS encryption, ensuring all data transmitted between clients and brokers is encrypted in flight.
Topics
#SSL#in-flight encryption#listener security protocol#TLS
Community Discussion
No community discussion yet for this question.