Geo Replication using Proxy #17245
Unanswered
rillo-carrillo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment:
2 Kubernetes Environments
2 Pulsar Clusters v 2.10.0
Have added on each cluster another cluster to replicate messages with the next command:
pulsar-admin clusters create --cluster-config-file /broker/conf/cluster2.yaml cluster2
Content of cluster2.yaml
Do you know if this is a valid configuration to add another cluster to the list of local cluster?
I have done the same on cluster2 pointing to cluster1.
Same have given permissions to a tenant to both clusters.
For testing, I have just set replication to just one namespace in cluster 1.
But what I have observed is that the remote proxy is not handling the requests to remote broker's servers.
Rather my local brokers try to communicate with remote brokers using lookup from proxy and not using the proxy.
remote cluster log:
local cluster log:
log local broker-0
Another thing to notice is that I'm using the same k8s namespace name on both environments.
Is this causing the problem or is the local-broker/remote-proxy that is not working as expected?
Beta Was this translation helpful? Give feedback.
All reactions