Skip to content

Commit

Permalink
Update client-libraries-cluster-level-failover.md
Browse files Browse the repository at this point in the history
  • Loading branch information
visxu authored Oct 27, 2024
1 parent 45c3e5e commit e8adfa7
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 e8adfa7

Please sign in to comment.