Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AtMostOnceSource_Should_work test sometimes failing #66

Open
IgorFedchenko opened this issue Oct 2, 2019 · 0 comments
Open

AtMostOnceSource_Should_work test sometimes failing #66

IgorFedchenko opened this issue Oct 2, 2019 · 0 comments

Comments

@IgorFedchenko
Copy link
Contributor

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.

IgorFedchenko added a commit to IgorFedchenko/Akka.Streams.Kafka that referenced this issue Oct 2, 2019
Aaronontheweb pushed a commit 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant