There are 3 producers writing to a topic with 5 partitions. There are 5 consumers consuming from the topic. How many Controllers will be present in the cluster?
A consumer sends a request to commit offset 2000. There is a temporary communication problem, so the broker never gets the request and therefore never responds. Meanwhile, the consumer processed another batch and successfully committed offset 3000. What should you do?
What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
If you enable an SSL endpoint in Kafka, what feature of Kafka will be lost?