Error code

KAFKA_REBALANCE

Kafka consumer rebalance

  • HTTP status503
  • Classinfrastructure
  • Severityinfo
  • Retryableyes

Kafka consumer rebalance

A consumer group rebalanced (members joined/left). In-flight processing may have been interrupted; the rebalanced consumer will reprocess from the last committed offset.

Common causes

  • Pod scaled in/out during a deploy.
  • Heartbeat starvation under CPU pressure.
  • New topic partitions added.

What to do

Informational — handlers must be idempotent so reprocessing doesn’t duplicate effects.

איזון מחדש של צרכן Kafka

קבוצת צרכנים בוצע לה איזון מחדש. עיבוד באוויר ייתכן ונקטע; הצרכן ימשיך מ־offset האחרון.

סיבות נפוצות

  • Pod התרחב/הצטמצם בזמן deploy.
  • הרעבת heartbeat בלחץ CPU.
  • נוספו פרטישנים.

פעולה מומלצת

אינפורמטיבי — מטפלים חייבים להיות idempotent כדי שעיבוד מחדש לא יכפיל אפקטים.