79803760

Date: 2025-10-29 11:58:29
Score: 1
Natty:
Report link

Because of this delay, Kafka assumed the consumer was dead and revoked its partitions.

To fix it:

  1. Make sure your processing inside poll() isn’t taking too long.

  2. You can either increase max.poll.interval.ms or process records faster before the next poll() call.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Richard Moy