hangc0276 commented on a change in pull request #10529:
URL: https://github.com/apache/pulsar/pull/10529#discussion_r629801530



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/systopic/SystemTopicClient.java
##########
@@ -168,7 +168,10 @@
     }
 
     static boolean isSystemTopic(TopicName topicName) {
-        return 
EventsTopicNames.NAMESPACE_EVENTS_LOCAL_NAME.equals(topicName.getLocalName());
+        String localName = topicName.getLocalName();

Review comment:
       @codelipenghui I have update the code, PTAL.




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

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


Reply via email to