[Bug] Spurious StoreOffset call in Kafka Consumer
iancooper opened this issue · 0 comments
iancooper commented
Describe the bug
There is what looks like a spurious call to consumer.StoreOffset(offset) in l.240 as that would not be needed given we control the offsets via a commit.
To Reproduce
By inspection only
Fix
Delete the spurious line and confirm it still works as we are doing manual commits