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 2019/01/04 14:27:02 UTC

[GitHub] JevonQ opened a new issue #3303: [Question] A few questions on using Pulsar in different scenarios

JevonQ opened a new issue #3303: [Question] A few questions on using Pulsar in different scenarios
URL: https://github.com/apache/pulsar/issues/3303
 
 
   1. How to configure the pulsar protocol url for a pulsar instance?
   Suppose I have a pulsar instance which consists of 3 pulsar clusters(C1, C2, C3), each cluster has one broker(B1, B2, B3), each broker manages one topic (T1, T2, T3). If I use DNS as service discovery method, how should I set the pulsar protocol url in order to allow pulsar client to create subscriptions on T1, T2 and T3? Per my understanding, the url should not point to one of the broker(B1, B2, B3), right? It must point to a service that has access to the metadata in pulsar instance level. But I cannot figure out what it is.
   
   2. For a single cluster environment, if I use the built-in discovery service, what address should I use for web-service-url and broker-service-url while executing initialize-cluster-metadata?

----------------------------------------------------------------
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