You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/05 06:12:31 UTC

[GitHub] [pulsar] poorbarcode opened a new pull request, #15938: [fix] [proxy] Used in proxyConf file when configuration is missing in…

poorbarcode opened a new pull request, #15938:
URL: https://github.com/apache/pulsar/pull/15938

   ### Motivation
   
   When there is no configuration in the command line, empty metaStore is set even though it has been configured in proxy.conf
   
   https://github.com/apache/pulsar/blob/67361e8db632b0cd4c23198c5c569f3f2193fc70/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java#L146-L152
   
   ### Modifications
   
   Set the read priority to Command line `metadataStoreUrl `, Command line `zookeeperServers , and Proxy conf `metadataStoreUrl`
   
   
   ### Documentation
   
   - [ ] `doc-required` 
     
   - [x] `doc-not-needed` 
     
   - [ ] `doc` 
   
   - [ ] `doc-complete`


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #15938: [fix] [proxy] empty metaStore is set even though it has been configured in proxy.conf

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #15938:
URL: https://github.com/apache/pulsar/pull/15938


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org