-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
[fix] [doc] Update BookKeeper metadataServiceUri doc #20909
[fix] [doc] Update BookKeeper metadataServiceUri doc #20909
Conversation
# - metadataServiceUri=zk+hierarchical://my-zk-1:2181/ledgers | ||
# - metadataServiceUri=etcd+hierarchical:http://my-etcd:2379 | ||
# - metadataServiceUri=metadata-store:zk:my-zk-1:2281 | ||
# If you use metadata-store configuration, you need to configure following items in JVM option: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# If you use metadata-store configuration, you need to configure following items in JVM option: | |
# If you want to use the Apache Pulsar metadata-store driver, you need to configure the following items in the JVM option: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should explain why we must set the metadata-store
prefix. WDYT? :)
Codecov Report
@@ Coverage Diff @@
## master #20909 +/- ##
============================================
- Coverage 73.14% 71.76% -1.38%
+ Complexity 32221 32051 -170
============================================
Files 1874 1875 +1
Lines 139379 144556 +5177
Branches 15328 16217 +889
============================================
+ Hits 101942 103741 +1799
- Misses 29352 32568 +3216
- Partials 8085 8247 +162
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Fixes #xyz
Main Issue: #xyz
PIP: #xyz
Motivation
If we want to use
PulsarMetadataClientDriver
in BookKeeper server, the document in conf/bookkeeper.conf is confused and it's hard for users to configure the rightmetadataServiceUri
format.Modifications
Add a document in
conf/bookkeeper.conf
to guide users to configure the rightmetadataServiceUri
format.Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: