poorbarcode commented on code in PR #21510:
URL: https://github.com/apache/pulsar/pull/21510#discussion_r1390171076
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTestBase.java:
##########
@@ -178,6 +186,21 @@ protected void setup() throws Exception {
urlTls3 = new URL(pulsar3.getWebServiceAddressTls());
admin3 = PulsarAdmin.builder().serviceHttpUrl(url3.toString()).build();
+ // Start region 4
Review Comment:
```suggestion
// Start region 4, the Broker of cluster-4 will disable the feature
"ReplicatedSubscriptions"
```
--
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]