Closed torbsto closed 4 months ago
Can you also update https://github.com/bakdata/kafka-dead-letter-analyzer?
Code looks good to me, but maybe we can call the new field more specificly inputTimestamp
or initialTimestamp
?
Code looks good to me, but maybe we can call the new field more specificly
inputTimestamp
orinitialTimestamp
?
To make it consinstent with input_value, input_timestamp makes sense. But I also like just timestamp
I changed it to input_timestamp
The written dead-letter now has the wall-clock time as its record's timestamp. Because the original timestamp would be lost otherwise, there is a new field in the respective dead-letter models called timestamp. To maintain backwards compatibility, it is nullable, but always set starting from this version.