sijie commented on issue #4334: How to configure the geo-replication we have two datacenters URL: https://github.com/apache/pulsar/issues/4334#issuecomment-495983709 @gopalvd You can checkout the geo documentation here: http://pulsar.apache.org/docs/en/administration-geo/ If you want to enable geo-replication, you need a global zookeeper. so both two data centers can share the same namespace policy (with the replicated clusters). I guess the exception you got is due to you don't configure the two clusters with a global zookeeper. If you don't have a global zookeeper cluster, you can still do geo-replication. you just need to let each data center know how to communicate with the other data center. I have created a gist with a tutorial for geo-replication without a global zookeeper: https://gist.github.com/sijie/79364497eaa349bf58d9fb760561f930 hope this helps!
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
