merlimat commented on issue #2195: Can't start Global Zookeeper in a 
Multi-cluster setup 
URL: 
https://github.com/apache/incubator-pulsar/issues/2195#issuecomment-407470087
 
 
   @dsambandam It should work indeed, even if it would have more z-nodes than 
actually needed since it's also copying the local metadata.
   
   Another approach would be something like 
https://github.com/ksprojects/zkcopy . With that you can do: 
   
   ```
   docker run --rm -it ksprojects/zkcopy --source local-zk:2181/admin --target 
global-zk:2181/admin
   ```
   
   I think we should provide something similar to this tool in Pulsar itself. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to