Hi,
Chapter 4 of Kafka: The Definitive Guide has a section about consumer
heartbeats/polling that might be helpful. It's available for free here:
https://www.confluent.io/wp-content/uploads/confluent-kafka-definitive-guide-complete.pdf
Harper
On Fri, Aug 23, 2019 at 9:23 AM Shanmuga Sundaram.S
Hi
kafka version -0.10.0.1
I am assigning a set of topic partition to a consumer. Polling some
messages from consumer.poll then depending upon the processing time i am
pausing the consumer for all topic partitions till the processing gets
complete. Then trying to resume and commit.
if