Question 11
A consumer wants to read messages from a specific partition of a topic. How can this be achieved?
Question 12
What is the risk of increasing max.in.flight.requests.per.connection while also enabling retries in a producer?
Question 13
Which of the following is true regarding thread safety in the Java Kafka Clients?
Question 14
How will you set the retention for the topic named my-topic to 1 hour?
Question 15
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?