Jason918 commented on a change in pull request #13525:
URL: https://github.com/apache/pulsar/pull/13525#discussion_r775705434
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -1427,7 +1428,7 @@ public void closeFailed(ManagedLedgerException exception,
Object ctx) {
@VisibleForTesting
public CompletableFuture<List<String>> getReplicationClusters(TopicName
topicName) {
CompletableFuture<Optional<TopicPolicies>> future = new
CompletableFuture<>();
- if (isSystemTopic()) {
+ if (isSystemTopic() || HEARTBEAT_TENANT.equals(topicName.getTenant()))
{
Review comment:
Can we include heartbeat topic in SystemTopic?
--
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]