Where are the ACLs stored in a Kafka cluster by default?
When auto.create.topics.enable is set to true in Kafka configuration, what are the circumstances under which a Kafka broker automatically creates a topic? (select three)
How does a consumer commit offsets in Kafka?
I am producing Avro data on my Kafka cluster that is integrated with the Confluent Schema Registry. After a schema change that is incompatible, I know my data will be rejected. Which component will reject the data?
A Zookeeper ensemble contains 5 servers. What is the maximum number of servers that can go missing and the ensemble still run?