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: https://github.com/Parsely/pykafka/blob/ebbc5c70901237e60bd6654336675886793fb8d9/pykafka/simpleconsumer.py#L994