sijie commented on issue #1756: [Question] metadataServiceUri with multiple zk 
servers
URL: https://github.com/apache/bookkeeper/issues/1756#issuecomment-433810819
 
 
   @hiscal2015 hmm, I think ',' can not be used in a java URI. URI will take 
characters before ','. That might example why you see 
`zk://server1:port,server2:port,server3:port/ledgers` doesn't work and 
`zk+hierarchical://server1:2181/ledgers,zk+hierarchical://server2:2181/ledgers,zk+hierarchical://server3:2181/ledgers`
 works.
   
   Can you try `zk://server1:port;server2:port;server3:port/ledgers`? 
   
   > Looks like the setting is only available on bookie, client only needs 
webservice and broker url.
   
   from pulsar's perspective, it is a setting for broker and bookies.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to