Anonymitaet commented on code in PR #625:
URL: https://github.com/apache/pulsar-site/pull/625#discussion_r1250025658


##########
versioned_docs/version-3.0.x/administration-geo.md:
##########
@@ -227,6 +227,12 @@ If you want to use replicated subscriptions in Pulsar:
               .replicateSubscriptionState(true)
               .subscribe();
   ```
+:::note
+
+* Replication type is not replicated between clusters but determined by the 
first consumer that connects to the subscription.

Review Comment:
   ```suggestion
   * Replication type is not replicated between clusters. However, it's 
determined by the first consumer that connects to the subscription.
   ```
   Can we break this long sentence to improve readability? 



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