AnGg98 opened a new pull request, #21103:
URL: https://github.com/apache/kafka/pull/21103

   This patch introduces a dedicated `TopicRegexResolver` component responsible 
for resolving regex-based topic subscriptions. The logic was previously 
embedded within `GroupMetadataManager`, coupling group metadata operations with 
topic pattern matching.
   
   By extracting this logic into a dedicated resolver, we improve modularity 
and make the topic resolution behavior easier to evolve and test independently. 
`GroupMetadataManager` is updated to delegate regex resolution to the new 
component, without altering existing semantics.
   
   This is a non-functional refactor intended to improve code clarity and 
maintainability.
   


-- 
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]

Reply via email to