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

Support for KIP-429: Cooperative rebalancing

Open ekeric13 opened this issue 3 years ago • 3 comments

It would be great to use this feature: https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol

I believe it is supported in other clients: https://pkg.go.dev/github.com/Shopify/sarama#StickyBalanceStrategyName https://pkg.go.dev/github.com/twmb/franz-go/pkg/kgo#CooperativeStickyBalancer

But I couldn't find it in this one.

ekeric13 avatar Sep 10 '22 02:09 ekeric13

Any plans?

sejin-P avatar Sep 24 '24 03:09 sejin-P

FWIW, I don't think Sarama supports this. That StickyBalanceStrategyName is an assignor strategy, not a balancing algorithm.

There's also an open issue in the Sarama project: https://github.com/IBM/sarama/issues/1858

justinrixx avatar Jan 27 '25 23:01 justinrixx