Error code

KAFKA_CONSUMER_CRASH

Kafka consumer crashed

  • HTTP status500
  • Classprogrammer
  • Severitycritical
  • Retryableno

Kafka consumer crashed

A handler threw an uncaught exception inside the consumer loop. The container will be restarted by ECS; the message will be reprocessed.

Common causes

  • Programmer error in handler.
  • Downstream dependency outage causing exception storm.
  • Bad payload that the handler can’t parse.

What to do

Read the captured stack in the error event. Add input validation; handlers must never throw on malformed payloads.

צרכן Kafka קרס

מטפל זרק חריגה לא תפוסה בלולאת הצרכן. ה־container יופעל מחדש ע"י ECS; ההודעה תעובד שוב.

סיבות נפוצות

  • באג של מתכנת בהנדלר.
  • תלות במורד הזרם בתקלה — סופת חריגות.
  • פיילוד פגום שההנדלר לא מצליח לפרסר.

פעולה מומלצת

קראו את ה־stack באירוע. הוסיפו ולידציית קלט; הנדלר לא צריך לזרוק על פיילוד פגום.