dajac commented on PR #14327: URL: https://github.com/apache/kafka/pull/14327#issuecomment-1706094222
@a961370183 Thanks for the PR. The approach taken in this PR is incorrect. As explained in KIP-848, the goal is to move the resolution of the regex to the server side. Therefore, the regex is passed to the server via the new ConsumerGroupHeartbeat API. That being said, I think that we should start by implementing the server side. Are you interested in doing do? Note that the part adding the validation command to the consumer group command line tool is correct. We could keep this part. -- 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]
