Your producer is producing at a very high rate and the batches are completely full each time. How can you improve the producer throughput? (select two)
A consumer wants to read messages from a specific partition of a topic. How can this be achieved?
You are using JDBC source connector to copy data from a table to Kafka topic. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?
You create a topic named stream-logs with:
* A replication factor of 3
* Four partitions
* Messages that are plain logs without a keyHow will messages be distributed across partitions?
How does a consumer commit offsets in Kafka?