Anonymitaet commented on code in PR #510: URL: https://github.com/apache/pulsar-site/pull/510#discussion_r1161615807
########## docs/client-libraries-cluster-level-failover.md: ########## @@ -26,7 +26,8 @@ For more information about cluster-level failover, including concepts, benefits, * The number of BookKeeper nodes should be equal to or greater than the ensemble quorum. * The number of ZooKeeper nodes should be equal to or greater than 3. * **Turn on geo-replication** between the primary cluster and any dependent cluster (primary to backup or backup to backup) to prevent data loss. -* Set `replicateSubscriptionState` to `true` when creating consumers. +* Set `enableReplicatedSubscriptions` to `true` in [`broker.conf`](https://github.com/apache/pulsar/blob/470b674016c8718f2dfd0a0f93cf02d49af0fead/conf/broker.conf#L592). Review Comment: Good catch! Updated. PTAL. -- 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]
