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

ConsumeMarkersActor is blocked when kafka becomes suddenly down #13

Open
JakubDziworski opened this issue Aug 16, 2018 · 0 comments
Open
Assignees

Comments

@JakubDziworski
Copy link
Contributor

In my tests I stumbled upon a case where actor system wouldn't shutdown. Turned out that ConsumeMarkersActor was blocked by polling from kafka (https://stackoverflow.com/questions/50268622/kafka-consumer-hangs-on-poll-when-kafka-is-down). It happens if you shut down kafka before shutting down actor.

Reactive kafka already solved this issue (https://github.com/akka/alpakka-kafka/blob/master/core/src/main/resources/reference.conf#L57) so It would be good idea to use it.

@JakubDziworski JakubDziworski self-assigned this Aug 16, 2018
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