This is an automated email from the ASF dual-hosted git repository.

zixuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 364ec17f9b75 Update client-libraries-cluster-level-failover.md (#969)
364ec17f9b75 is described below

commit 364ec17f9b754be26a8b61e0a15a33870bb8796b
Author: VisionXu <[email protected]>
AuthorDate: Mon Oct 28 17:01:14 2024 +0800

    Update client-libraries-cluster-level-failover.md (#969)
    
    Fix issue: apache/pulsar#23512
---
 docs/client-libraries-cluster-level-failover.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/client-libraries-cluster-level-failover.md 
b/docs/client-libraries-cluster-level-failover.md
index 754362a877b1..a60bbe502f21 100644
--- a/docs/client-libraries-cluster-level-failover.md
+++ b/docs/client-libraries-cluster-level-failover.md
@@ -71,7 +71,6 @@ private PulsarClient getAutoFailoverClient() throws 
PulsarClientException {
         .tlsTrustCertsFilePath(primaryTlsTrustCertsFilePath)
         .build();
 
-    failover.initialize(pulsarClient);
     return pulsarClient;
 }
 ```
@@ -117,7 +116,6 @@ public PulsarClient getControlledFailoverClient() throws 
IOException {
                     .serviceUrlProvider(provider)
                     .build();
 
-    provider.initialize(pulsarClient);
     return pulsarClient;
 }
 ```

Reply via email to