Question 11
A consumer is configured with enable.auto.commit=false. What happens when close() is called on the consumer object?
Question 12
How much should be the heap size of a broker in a production setup on a machine with 256 GB of RAM, in PLAINTEXT mode?
Question 13
We have a store selling shoes. What dataset is a great candidate to be modeled as a KTable in Kafka Streams?
Question 14
Where are KSQL-related data and metadata stored?
Question 15
You are using JDBC source connector to copy data from 2 tables to two Kafka topics. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?
