Open
Description
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.
Is this something that this library supports / allows the developer to configure at the consumer level?