Sean Quah created KAFKA-19417: --------------------------------- Summary: Clear static member assignment on join with different subscription Key: KAFKA-19417 URL: https://issues.apache.org/jira/browse/KAFKA-19417 Project: Kafka Issue Type: Bug Components: group-coordinator Reporter: Sean Quah Assignee: Sean Quah
When a static member rejoins with a different subscription, we can send the previous assignment to the member in a few cases, such as an unresolved regex or unrevoked partitions. Since the subscription has changed, we should act as if the member is new and not reuse the previous assignment. -- This message was sent by Atlassian Jira (v8.20.10#820010)