kafka
data_error
ai_generated
true
CorruptRecordException: record is corrupt
ID: kafka/corrupt-record-exception
75%Fix Rate
80%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3 | active | — | — | — |
Root Cause
Message corrupted in transit or storage.
genericWorkarounds
-
85% success Check for hardware issues: disk errors, memory corruption
-
90% success Produce with acks=all and enable idempotence for data integrity
Dead Ends
Common approaches that don't work:
-
Disable CRC checks
90% fail
Accept corrupted data silently
-
Delete topic data
88% fail
Loses all messages