We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://pulsar.apache.org/docs/3.0.x/client-libraries-cluster-level-failover/#controlled-failover There is unnecessary code present
because org.apache.pulsar.client.impl.ClientBuilderImpl#build already initialize
delete provider.initialize(pulsarClient);
provider.initialize(pulsarClient);
Any reference? No response Are you willing to submit a PR? I'm willing to submit a PR!
No response
The text was updated successfully, but these errors were encountered:
Yes, I checked the doc and source code, I agree the suggestion. Please assign the issue to me. @crossoverJie
Sorry, something went wrong.
Update client-libraries-cluster-level-failover.md
e8adfa7
Fix issue: apache/pulsar#23512
d89eeed
Update client-libraries-cluster-level-failover.md (#969)
364ec17
Update client-libraries-cluster-level-failover.md (#968)
8df3779
visxu
No branches or pull requests
Search before asking
What issue do you find in Pulsar docs?
https://pulsar.apache.org/docs/3.0.x/client-libraries-cluster-level-failover/#controlled-failover
There is unnecessary code present
because org.apache.pulsar.client.impl.ClientBuilderImpl#build already initialize
What is your suggestion?
delete
provider.initialize(pulsarClient);
Any reference?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: