dajac commented on PR #20626: URL: https://github.com/apache/kafka/pull/20626#issuecomment-3427401625
> > Do we need to add a call to maybeUpdateRegularExpressions in classicGroupJoinToConsumerGroup? > > We don't need it because `classicGroupJoinToConsumerGroup` will be from a new member so the subscription is from JoinRequest (unless it's replacing an existing static member). Let me add a comment If the new member replaces a static member, the static member may have a regex. In this case, we need to remove it and write a tombstone. I think that this is what @squah-confluent meant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
