Auto Commit Kafka Consumer
Auto Commit Kafka Consumer . With auto store offset enabled, offsets are marked ready to store immediately prior to a message being delivered to the application via consume. Often you would like more control over exactly when offsets are committed. Configuring Kafka for reactive systems IBM Developer from developer.ibm.com Consumer groups must have unique group ids within the cluster, from a kafka broker perspective. Consumer groups allow a group of machines or processes to coordinate access to a list of topics, distributing the load among the consumers. The kafka consumer commits the offset periodically when polling batches, as described above.