Owen-CH-Leung commented on PR #14136:
URL: https://github.com/apache/kafka/pull/14136#issuecomment-1661525755

   Hello @divijvaidya , I'm still in the process of writing the PR and would 
like to ask something : 
   
   For this ticket, in order to reuse the metadata cache inside broker (which I 
believe is already instantiated when the broker server is set up), I think I 
need to access the following factory method code snippet : 
   
   
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/MetadataCache.scala#L114-L125
   
   However, this method will always return a new instance of metadatacache 
instead of the one being instantiated inside broker. So does it make sense to 
change it to a Singleton class ?


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to