You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using aiokafka==0.11.0 and have a very basic consumer setup. What I am noticing is that sometime messages are missing the timestamps. I have verified that the server is configured to set them by default, and, when I look in Kafdrop at the same message at the same offset I can see a timestamp there.
This issue seems to come and go without any change to the configuration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using aiokafka==0.11.0 and have a very basic consumer setup. What I am noticing is that sometime messages are missing the timestamps. I have verified that the server is configured to set them by default, and, when I look in Kafdrop at the same message at the same offset I can see a timestamp there.
This issue seems to come and go without any change to the configuration.
Here is how I am setting up the consumer:
And here is where I am logging the errors when there is no timestamp:
Any insight as to why this might be happening is very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions