A company has an existing Kafka cluster running without SSL/TLS enabled. The customer wants to enable SSL on brokers to secure data in transit, but they would like to give applications connecting to this cluster some time to migrate to using SSL connection instead of putting a hard stop.
Which solution will meet the customer's requirements?
Which use cases would benefit most from continuous event stream processing? (Choose three.)
What are important factors in sizing a ksqlDB cluster? (Choose three.)
Where are Apache Kafka Access Control Lists stored?
You have a Kafka cluster with topics t1 and t2. In the output below, topic t2 shows Partition 1 with a leader “-1”.
...
$ kafka-topics --zookeeper localhost:2181 --describe --topic t2
Topic: t2 Partition: 1 Leader: -1 Replicas: 1 Isr:
What is the most likely reason for this?
When a broker goes down, what will the Controller do?
Which out-of-the-box Kafka Authorizer implementation uses ZooKeeper?
What is the primary purpose of Kafka quotas?
What does Kafka replication factor provide? (Choose two.)
If a broker's JVM garbage collection takes too long, what can occur?