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 2018/10/04 12:04:57 UTC

[GitHub] massakam closed pull request #2713: Added missing brokerServiceURL config keys in proxy.conf

massakam closed pull request #2713: Added missing brokerServiceURL config keys in proxy.conf
URL: https://github.com/apache/pulsar/pull/2713
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/conf/proxy.conf b/conf/proxy.conf
index b95c4d314e..68f0e8dd1d 100644
--- a/conf/proxy.conf
+++ b/conf/proxy.conf
@@ -23,6 +23,14 @@ zookeeperServers=
 # Configuration store connection string (as a comma-separated list)
 configurationStoreServers=
 
+# if Service Discovery is Disabled this url should point to the discovery service provider.
+brokerServiceURL=
+brokerServiceURLTLS=
+
+# These settings are unnecessary if `zookeeperServers` is specified
+brokerWebServiceURL=
+brokerWebServiceURLTLS=
+
 # If function workers are setup in a separate cluster, configure the following 2 settings
 # to point to the function workers cluster
 functionWorkerWebServiceURL=


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services