gaozhangmin commented on a change in pull request #13525:
URL: https://github.com/apache/pulsar/pull/13525#discussion_r776694978



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -2955,7 +2956,7 @@ public CompactedTopic getCompactedTopic() {
 
     @Override
     public boolean isSystemTopic() {
-        return false;
+        return HEARTBEAT_TENANT.equals(TopicName.get(topic).getTenant());

Review comment:
       #13495 made changes on `getReplicationClusters` . don't need this change 
any more




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