haskell-works / hw-kafka-client

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

Added Kafkas transactional functionality #193

Closed jonathangenlambda closed 1 year ago

jonathangenlambda commented 1 year ago

We found that hw-kafka-client lacks the transactional functionality offered by Kafka so we decided to add it, because we need it in our projects. The changes we made are (mostly) quite straighforward:

jonathangenlambda commented 1 year ago

@AlexeyRaga sorry forgot to add you as reviewer.

james-collapse commented 1 year ago

I'm also working on a project that would benefit from this feature - is this likely to be merged soon?

AlexeyRaga commented 1 year ago

@james-collapse sorry, somehow missed the notification