ericsyh opened a new pull request, #620:
URL: https://github.com/apache/pulsar-site/pull/620
<!--
### Contribution Checklist
- PR title format should be *[type][component] summary*. For details, see
*[Guideline - Pulsar PR Naming
Convention](https://pulsar.apache.org/contribute/develop-semantic-title/)*.
-->
### Motivation
It's quite weird that on the
https://pulsar.apache.org/docs/3.0.x/client-libraries-cluster-level-failover/#automatic-failover
code example only includes the secondary cluster auth config without the
primary cluster auth.
And as my check on test code
https://github.com/apache/pulsar/blob/2b01f83ea4f3ab7b22f4ea2b0290cc183e79bbb8/pulsar-client/src/test/java/org/apache/pulsar/client/impl/AutoClusterFailoverTest.java#L73
it has the `primaryAuthentication` config creation.
<!-- Either this PR adds a doc for a code PR, -->
This PR adds doc for #xyz
<!-- or fixes a doc issue -->
This PR fixes #xyz
<!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
- [x] `doc` <!-- Your PR contains doc changes. Please attach the local
preview screenshots (run `./preview.sh` at root path) to your PR description,
or else your PR might not get merged. -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update
later -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]