nerdexam
Confluent

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.

Apache Kafka Security

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)
  • A
    4% (2)
  • B
    73% (41)
  • C
    9% (5)
  • D
    14% (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

#inter-broker SSL#security.inter.broker.protocol#SSL/TLS#broker encryption

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice