CCAAK · Question #21
Your Kafka team needs to implement authentication and authorization via SSL/TLS for all clients. Even communication between the Kafka brokers should be encrypted. You must determine how the team…
The correct answer is B. Set security.inter.broker.protocol=SSL. Configuring the inter-broker protocol to SSL ensures that all communication between brokers is encrypted using TLS, meeting the requirement for secure internal cluster traffic.
Question
Your Kafka team needs to implement authentication and authorization via SSL/TLS for all clients. Even communication between the Kafka brokers should be encrypted. You must determine how the team will encrypt the inter-broker traffic using SSL/TLS. Which option should you implement?
Options
- ASet security.inter.broker.protocol=SASL_SSL
- BSet security.inter.broker.protocol=SSL
- CSet ssl.enabled.protocols=SSL
- DSet ssl.endpoint.identification.algorithm=SSL
How the community answered
(56 responses)- A4% (2)
- B73% (41)
- C9% (5)
- D14% (8)
Explanation
Configuring the inter-broker protocol to SSL ensures that all communication between brokers is encrypted using TLS, meeting the requirement for secure internal cluster traffic.
Topics
Community Discussion
No community discussion yet for this question.