GitHub user visortelle edited a comment on the discussion: Not able to
configure geo-replication with SSL
Hi @ragaur-tibco
>From my understanding, you have two running clusters `cluster-a` and
>`cluster-b`.
For `cluster-a` you ran:
```
bin/pulsar-admin clusters create \
--broker-url-secure pulsar+ssl://clustes-b:6651 \
--url-secure https://cluster-b:8081 \
cluster-b
```
And for `cluster-b` you ran:
```
bin/pulsar-admin clusters create \
--broker-url-secure pulsar+ssl://clustes-a:6651 \
--url-secure https://cluster-a:8081 \
cluster-a
```
> Able to successfully start the main server but not able to start the
> connected server because of above mention issue
Now you're not able to consume or produce messages from the topic.
Am I understood it correctly?
Did you specify the `serviceUrl` for the client?
https://github.com/apache/pulsar/blob/5d9ccd48520e0a0aa0aeb7c918f7b8ee6c866471/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientBuilderImpl.java#L86
GitHub link:
https://github.com/apache/pulsar/discussions/22605#discussioncomment-9245737
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]