haskell-works / hw-kafka-client

Kafka client for Haskell, including auto-rebalancing consumers
MIT License
139 stars 50 forks source link

Fix delivery callback (fallout from #161) #168

Closed phile314 closed 3 years ago

phile314 commented 3 years ago

Should fix #167 .

I haven't tested this yet, will do so as soon as possible.

AlexeyRaga commented 3 years ago

@gsebil08 Thanks! Funny, just before you made this PR I have made the same change in a branch: https://github.com/haskell-works/hw-kafka-client/tree/fix-delivery-callback :))