Skip to content

Commit

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

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

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

0 comments on commit 8df3779

Please sign in to comment.