kafka data_error ai_generated true

InvalidTimestampException: message timestamp out of range

ID: kafka/message-timestamp-error

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

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
3 active

Root Cause

Message timestamp rejected by broker timestamp validation.

generic

Workarounds

  1. 88% success Set message.timestamp.type=CreateTime or LogAppendTime appropriately
  2. 90% success Configure message.timestamp.difference.max.ms for acceptable drift

Dead Ends

Common approaches that don't work:

  1. Disable timestamp validation 75% fail

    Allows messages with wrong timestamps

  2. Set all timestamps to current time 72% fail

    Loses original event time