kafka-flow icon indicating copy to clipboard operation
kafka-flow copied to clipboard

KafkaFlow may lose an error if retry strategy fails

Open rtar opened this issue 4 years ago • 0 comments
trafficstars

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 avatar Dec 22 '20 22:12 rtar