Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)
Which valid security protocols are included for broker listeners? (Choose three.)
Per customer business requirements, a system’s high availability is more important than message reliability.
Which of the following should be set?
How can load balancing of Kafka clients across multiple brokers be accomplished?
Which tool is used for scalably and reliably streaming data between Kafka and other data systems?
Your Kafka cluster has four brokers. The topic t1 on the cluster has two partitions, and it has a replication factor of three. You create a Consumer Group with four consumers, which subscribes to t1.
In the scenario above, how many Controllers are in the Kafka cluster?
You have an existing topic t1 that you want to delete because there are no more producers writing to it or consumers reading from it.
What is the recommended way to delete the topic?
How does Kafka guarantee message integrity after a message is written on a disk?