-
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
PIP-45: Allow to start bookie with Pulsar metadata store backend #13296
Conversation
f0f827c
to
9458e09
Compare
@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? |
@merlimat since this is a new feature, so we need to update docs? can you label this PR? thanks |
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.
Lgtm
…end (apache#13296)" This reverts commit ad57f35.
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 <[email protected]>
Motivation * Add doc for #13889 and #13296 Modification * Update doc for `metadataStoreUrl` and `configurationMetadataStoreUrl` in `pulsar initialize-cluster-metadata` Signed-off-by: Zike Yang <[email protected]>
Hi @momo-jun has doc been updated for this PR? Thanks |
Yes, @RobertIndie added docs for this PR through #13921. |
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:2181
ormetadata-store:etcd:http://my-etcd:2379
.