Regarding Kafka Timestamps - CreateTime and logAppendTime

Hi,

I have a usecase where I need the information about create time and logappend time both.
But currently kafka provides only provision to set either of them . Is there any way with which i can have both the time stamps with me.

Hi @tushargoyal22 ,

I think the only way to achieve this would be to set the create time on the record object itself and then set the topic to use logAppendTime. Then you would have access to both.

HTH,
Bill

1 Like