Add millis to consumed messages #260
Labels
✨ Feature Request
New feature or request
🧑💻 Good First Issue
Good for newcomers
💪 Help Wanted
Extra attention is needed
Hi @mostafa,
my scenario is that I am sending kafka requests with Writer to an tested app and I consume response messages with Reader.
I want to measure the duration between sending the message until the app writes a response into result topic.
I guess the time field on the message object coming from the Reader would be the right timestamp to collect as an time when the response was published, but since it is formated in RFC3339 format, I am missing milliseconds.
Would it be possible to use different format that includes millis? Or maybe add new reponse field to keep backwards compatibility?
Thanks a lot for your time and work
Roman
The text was updated successfully, but these errors were encountered: