How to configure the geo-replication we have two datacenters
See original GitHub issueExpected behavior
Tell us what should happen
Actual behavior
Tell us what happens instead
Steps to reproduce
How can we reproduce the issue
System configuration
Pulsar version: 2.3.1
I am having some trouble in setting the geo-replication. I have two datancenters and i am succuessful in producing and consuming the messages in each data center individually and wanted to set up a geo-replication, where i am not able to understand what i have to pass the --allowed-clusters parameter in the command pulsar-admin properties create my-tenant \ --admin-roles my-admin-role \ --allowed-clusters us-west,us-east,us-cent
in this example they gave us-west, east, cent but how these are different from the clusternames we gave while configuring. Again if i give the cluster names of both the DC’s i am getting `Invalid cluster Id: <clustername>
I tried looking this document https://github.com/yahoo/pulsar/blob/master/docs/GeoReplication.md but getting 404 not found. Can anyone help on this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
FYI, for those with TLS issues on Geo-Replication: https://gist.github.com/sijie/79364497eaa349bf58d9fb760561f930#gistcomment-3149751
@gopalvd Glad that your problem is resolved.