BrighterCommand / Brighter

A framework for building messaging apps with .NET and C#.

Home Page:https://www.goparamore.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Spurious StoreOffset call in Kafka Consumer

iancooper opened this issue · comments

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