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
For some reason, sometimes during execution test is failing.
After debugging, I see that consumer's offset sometimes is reset to 0 after consuming message, like 1 - 2 - 3 - 4 - 5 - 1 - 2 (etc). This is not expected, I do not see any reason for position reset - no consumer's shutting down is performed.
The text was updated successfully, but these errors were encountered:
IgorFedchenko
added a commit
to IgorFedchenko/Akka.Streams.Kafka
that referenced
this issue
Oct 2, 2019
* Added CommitWithMetadataSource
* Added tests for CommitWithMetadataSource
* Increased AtMostOnceSource test timeout
* Updated AtMostOnceSource test to match alpakka's version
* Updated default settings
* Moved failing AtMostOnceSource test to separate issue #66
For some reason, sometimes during execution test is failing.
After debugging, I see that consumer's offset sometimes is reset to 0 after consuming message, like 1 - 2 - 3 - 4 - 5 - 1 - 2 (etc). This is not expected, I do not see any reason for position reset - no consumer's shutting down is performed.
The text was updated successfully, but these errors were encountered: