We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58991c5 commit 003bb0aCopy full SHA for 003bb0a
kafka/consumer/fetcher.py
@@ -438,7 +438,7 @@ def _message_generator(self):
438
439
# Compressed messagesets may include earlier messages
440
# It is also possible that the user called seek()
441
- elif msg.offset != self._subscriptions.assignment[tp].position:
+ elif msg.offset < self._subscriptions.assignment[tp].position:
442
log.debug("Skipping message offset: %s (expecting %s)",
443
msg.offset,
444
self._subscriptions.assignment[tp].position)
0 commit comments