kafka data_error ai_generated true

CorruptRecordException: record is corrupt

ID: kafka/corrupt-record-exception

Also available as: JSON · Markdown
75%Fix Rate
80%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
3 active

Root Cause

Message corrupted in transit or storage.

generic

Workarounds

  1. 85% success Check for hardware issues: disk errors, memory corruption
  2. 90% success Produce with acks=all and enable idempotence for data integrity

Dead Ends

Common approaches that don't work:

  1. Disable CRC checks 90% fail

    Accept corrupted data silently

  2. Delete topic data 88% fail

    Loses all messages