haskell-works / hw-kafka-client

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

Adding support for cooperative partition reassignment strategy #198

Closed RahulXTmCoding closed 11 months ago

RahulXTmCoding commented 11 months ago

Current implementation does not support coorporative-sticky assignment strategy. To added a support for the same creating this pr.

partition.assignment.strategy=cooperative-sticky