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
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
When run the code above, it will cause many logs like this:
Fri, 03 Jan 2020 16:22:43 simpleconsumer.py[line:996] DEBUG Skipping enqueue for offset (228704877) not equal to next_offset (228704876)
This will not happen when deleting any of the last four rows.
pykafka version: 2.8.0
When run the code above, it will cause many logs like this:
Fri, 03 Jan 2020 16:22:43 simpleconsumer.py[line:996] DEBUG Skipping enqueue for offset (228704877) not equal to next_offset (228704876)
This will not happen when deleting any of the last four rows.
debug log in code here:
pykafka/pykafka/simpleconsumer.py
Line 994 in ebbc5c7
The text was updated successfully, but these errors were encountered: