karafka / waterdrop

Standalone Karafka library for producing Kafka messages
https://karafka.io
Other
258 stars 39 forks source link

Replace the `throw(:abort)` API with direct `WaterDrop::AbortTransaction` error #513

Closed mensfeld closed 4 months ago

mensfeld commented 4 months ago

Early return that is catched creates jump problems

mensfeld commented 4 months ago

This will have to propagate to Karafka transactions.