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

Static Membership

Open tfishco opened this issue 5 years ago • 2 comments

Static Membership Since kafka 2.3 it has been possible to use static membership across multiple group generations. Meaning that if a consumer goes down, a rebalance does not occur right away allowing for the crashed instance to pick up the same partitions.

KIP-345

Is this something that this library supports / allows the developer to configure at the consumer level?

tfishco avatar Aug 25 '20 15:08 tfishco

Hello @tfishco, thanks for starting the conversation!

kafka-go currently doesn't support the static membership feature that was introduced in kafka 2.3.

If are able to, we would welcome a contribution to add support for this feature.

achille-roussel avatar Sep 29 '20 08:09 achille-roussel

This work still needs to be done.

achille-roussel avatar Oct 29 '21 16:10 achille-roussel