Question 21
What Java library is KSQL based on?
Question 22
A bank uses a Kafka cluster for credit card payments. What should be the value of the property unclean.leader.election.enable?
Question 23
The rule "same key goes to the same partition" is true unless...
Question 24
There are 3 brokers in the cluster. You want to create a topic with a single partition that is resilient to one broker failure and one broker maintenance. What is the replication factor will you specify while creating the topic?
Question 25
A consumer has auto.offset.reset=latest, and the topic partition currently has data for offsets going from 45 to 2311. The consumer group never committed offsets for the topic before. Where will the consumer read from?
