TengYao Chi created KAFKA-19094: ----------------------------------- Summary: Add a mechanism to GroupMetadataManager for handling static members leaving groups Key: KAFKA-19094 URL: https://issues.apache.org/jira/browse/KAFKA-19094 Project: Kafka Issue Type: Improvement Reporter: TengYao Chi Assignee: TengYao Chi
Discussion: [https://github.com/apache/kafka/pull/17614#discussion_r2029660460] Currently, the server doesn't have a mechanism (except admin api) for static members to leave the group permanently. Therefore, we use LEAVE_GROUP_MEMBER_EPOCH to force the GroupMetadataManager to fencethis member, effectively removing it from the group. We should add a mechanism to GroupMetadataManager for handling static members leaving groups to eliminate the workaround. -- This message was sent by Atlassian Jira (v8.20.10#820010)