librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

[KIP-848] Fix static group membership

Open emasab opened this issue 7 months ago • 1 comments

there are three cases for static group membership this PR fixes the first one:

  • member explicitly unsubscribes -> should cause a rebalance
  • member closes the consumer -> no rebalance
  • member destroys the consumer -> no rebalance

When a new member joins the group and there's already a member with same group instance id that hasn't left statically the new member is fenced with the new protocol

[!WARNING] The test won't work until regex implementation is merged

emasab avatar Mar 14 '25 11:03 emasab