kafka
data_error
ai_generated
true
InvalidTimestampException: message timestamp out of range
ID: kafka/message-timestamp-error
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3 | active | — | — | — |
Root Cause
Message timestamp rejected by broker timestamp validation.
genericWorkarounds
-
88% success Set message.timestamp.type=CreateTime or LogAppendTime appropriately
-
90% success Configure message.timestamp.difference.max.ms for acceptable drift
Dead Ends
Common approaches that don't work:
-
Disable timestamp validation
75% fail
Allows messages with wrong timestamps
-
Set all timestamps to current time
72% fail
Loses original event time