cadonna commented on PR #14831:
URL: https://github.com/apache/kafka/pull/14831#issuecomment-1831442687

   I am asking because I see the follwing log:
   ```
   [2023-11-23 16:29:05,394] ERROR Asynchronous auto-commit of offsets failed: 
Commit cannot be completed since the group has already rebalanced and assigned 
the partitions to another member. This means that the time between subsequent 
calls to poll() was longer than the configured max.poll.interval.ms, which 
typically implies that the poll loop is spending too much time message 
processing. You can address this either by increasing max.poll.interval.ms or 
by reducing the maximum size of batches returned in poll() with 
max.poll.records.. Will continue to join group. 
(org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:744)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to