Technoboy- opened a new pull request #14671:
URL: https://github.com/apache/pulsar/pull/14671


   ### Motivation
   
   As https://github.com/apache/pulsar/pull/13611 involved, if user create a 
topic named ends with `healthcheck`, like 'public/default/healthcheck', the 
broker will treat it as a system topic.  The root cause is that we use the 
topicName to check whether it is the `healthcheck` topic.
   
   ### Modification
   - Use namespace to check if it is the `healthcheck` topic.
   - Move `isSystemTopic` from SystemTopicClient to BrokerService.
   
   ### Documentation
     
   - [x] `no-need-doc` 
   
   
   
   


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