Skip to content

Commit

Permalink
Update client-libraries-cluster-level-failover.md (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
visxu authored Oct 28, 2024
1 parent 826393b commit 364ec17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/client-libraries-cluster-level-failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ private PulsarClient getAutoFailoverClient() throws PulsarClientException {
.tlsTrustCertsFilePath(primaryTlsTrustCertsFilePath)
.build();

failover.initialize(pulsarClient);
return pulsarClient;
}
```
Expand Down Expand Up @@ -117,7 +116,6 @@ public PulsarClient getControlledFailoverClient() throws IOException {
.serviceUrlProvider(provider)
.build();

provider.initialize(pulsarClient);
return pulsarClient;
}
```
Expand Down

0 comments on commit 364ec17

Please sign in to comment.