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

KafkaFlow may lose an error if retry strategy fails #131

Open
rtar opened this issue Dec 22, 2020 · 0 comments
Open

KafkaFlow may lose an error if retry strategy fails #131

rtar opened this issue Dec 22, 2020 · 0 comments

Comments

@rtar
Copy link
Contributor

rtar commented Dec 22, 2020

KafkaFlow may lose an error if retry strategy fails at the following line:
https://github.com/evolution-gaming/kafka-flow/blob/master/core/src/main/scala/com/evolutiongaming/kafka/flow/KafkaFlow.scala#L81

The problem is that as the join is never called the, if fiber dies with an error, the Resource will never be cancelled and the application will just happily hang.

rtar added a commit that referenced this issue Dec 28, 2020
rtar added a commit that referenced this issue Dec 28, 2020
rtar added a commit that referenced this issue Jan 6, 2021
rtar added a commit that referenced this issue Jan 7, 2021
rtar added a commit that referenced this issue Jan 8, 2021
rtar added a commit that referenced this issue Jan 8, 2021
rtar added a commit that referenced this issue Jan 8, 2021
rtar added a commit that referenced this issue Jan 8, 2021
rtar added a commit that referenced this issue Jan 10, 2021
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