Replies: 1 comment 8 replies
|
Please share the pulsar version and the output of |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Apache Pulsar documentation states that geo-replication can be enabled at namespace or topic level. I am currently testing topic level replication without the whole namespace being replicated.
Setup:
I have 2 test clusters A and B sharing a global ZK. On Cluster A, I created a new namespace "geo" in tenant "public". In the "geo" namespace I created a new persistent partitioned topic "geo-topic". And then I used the following command to setup topic-level replication by running it on cluster A:
bin/pulsar-admin topics set-replication-clusters --clusters A,B public/geo/geo-topic
The command ran successfully, but I don't see any replication occurring. The topic and namespace is also missing on the cluster B.
Please can someone clarify if I am missing anything or misunderstood the documentation?
All reactions