Jason918 commented on a change in pull request #13525:
URL: https://github.com/apache/pulsar/pull/13525#discussion_r776125144
##########
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:
Not like this. There are some other system topics.
The origin check seems to be
`org.apache.pulsar.broker.service.BrokerService#isSystemTopic`.
--
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]