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
Hi,
when I configure the Kafka consumer with IsAutoCommitEnabled = false, the OnOffsetsCommitted handler is not called.
Is this a bug or is it by design? I had assumed that the event would be raised for any commit mode, automatic or manual.
Thanks in advance,
Matteo
The text was updated successfully, but these errors were encountered:
You are right. The underlying Confluent.Kafka library doesn't call the handler if you are manually committing, but when using Silverback you would expect it to be called (since you aren't manually committing, Silverback is doing it).
I will implement that. Thanks!
Hi,
when I configure the Kafka consumer with IsAutoCommitEnabled = false, the OnOffsetsCommitted handler is not called.
Is this a bug or is it by design? I had assumed that the event would be raised for any commit mode, automatic or manual.
Thanks in advance,
Matteo
The text was updated successfully, but these errors were encountered: