PIP-45: Allow to start bookie with Pulsar metadata store backend - #13296
Merged
Conversation
merlimat
requested review from
codelipenghui,
hangc0276,
rdhabalia and
zymap
December 14, 2021 14:10
merlimat
force-pushed
the
configure-metadata-store
branch
from
December 14, 2021 14:15
f0f827c to
9458e09
Compare
Member
|
@merlimat Could you pull the master code, in case there are any check-style violations |
|
@merlimat:Thanks for your contribution. For this PR, do we need to update docs? |
Member
|
@merlimat since this is a new feature, so we need to update docs? can you label this PR? thanks |
liangyuanpeng
approved these changes
Jan 2, 2022
MMirelli
added a commit
to MMirelli/pulsar
that referenced
this pull request
Jan 21, 2022
…end (apache#13296)" This reverts commit ad57f35.
1 task
RobertIndie
added a commit
to RobertIndie/pulsar
that referenced
this pull request
Jan 24, 2022
Motivation * Add doc for apache#13889 and apache#13296 Modification * Update doc for `metadataStoreUrl` and `configurationMetadataStoreUrl` in `pulsar initialize-cluster-metadata` Signed-off-by: Zike Yang <zkyang@streamnative.io>
1 task
codelipenghui
pushed a commit
that referenced
this pull request
Jan 24, 2022
Member
|
Hi @momo-jun has doc been updated for this PR? Thanks |
Contributor
Yes, @RobertIndie added docs for this PR through #13921. |
4 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
We need to add system properties (
bookkeeper.metadata.{bookie,client}.drivers)for the Bookie and BookieShell commands to discover the BK bridge to the Pulsar metadata provider.This is what will allow to configure bk metadataUri such as
metadata-store:zk:my-zk1:2181ormetadata-store:etcd:http://my-etcd:2379.