-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Allow to configure metadata store URL in proxy.conf #13777
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
Conversation
|
@gaozhangmin:Thanks for your contribution. For this PR, do we need to update docs? |
|
@gaozhangmin:Thanks for providing doc info! |
|
@gaozhangmin:Thanks for your contribution. For this PR, do we need to update docs? |
|
@gaozhangmin:Thanks for providing doc info! |
5ebb7bf to
b548ddd
Compare
f8fcd24 to
9525615
Compare
|
Hi @gaozhangmin thank you very much for your contribution! However, from the doc side, we submitted a PR to fix this issue last week (#13758), you can see the references from the original PR (#13077) And we also reported a code issue last week: #13760 @gaozhangmin So how about reverting doc changes in your PR? and @momo-jun can you take a look at the doc changes in this PR and update your doc (if necessary)? Thanks |
9525615 to
24513a9
Compare
|
@Anonymitaet I revert the docs change, But some docs about command line arguments are remained. |
|
/pulsarbot run-failure-checks |
|
@RobertIndie Please help review this PR. |
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Outdated
Show resolved
Hide resolved
4b3257b to
55ceef1
Compare
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Outdated
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Outdated
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Outdated
Show resolved
Hide resolved
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
Show resolved
Hide resolved
55ceef1 to
64f39c0
Compare
|
@nicoloboschi Please help review this PR again, thanks. |
64f39c0 to
c5421de
Compare
c5421de to
c86b737
Compare
|
/pulsarbot run-failure-checks |
1 similar comment
|
/pulsarbot run-failure-checks |
Master Issue: apache#13077 ### Motivation Allow to configure the metadata store endpoint in proxy.conf. ### Modifications Deprecated few config options: zookeeperServers --> metadataStoreUrl configurationStoreServers --> configurationMetadataStoreUrl Moved all deprecated settings at the end of broker.conf.

Master Issue: #13077
Motivation
Allow to configure the metadata store endpoint in proxy.conf.
Modifications
Deprecated few config options:
zookeeperServers --> metadataStoreUrl
configurationStoreServers --> configurationMetadataStoreUrl
Moved all deprecated settings at the end of broker.conf.
Documentation
Check the box below or label this PR directly (if you have committer privilege).
Need to update docs?
doc-required(If you need help on updating docs, create a doc issue)
no-need-doc(Please explain why)
docsite2/docs/administration-proxy.md
site2/docs/concepts-architecture-overview.md
site2/website-next/docs/administration-proxy.md
site2/website-next/docs/concepts-architecture-overview.md