Connector multiple brokers with one endpoint in pulsar cluster. #18714
Unanswered
MarsSu0618
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
-
Problem Description
Hi, everyone. I have encountered some problem about pulsar cluster deployment.
Today I want to deploy my pulsar cluster in AWS Cloud EC2 instance (3 zookeeper nodes , 3 broker nodes and 3 bookie nodes).
Because these 3 brokers are different internal ips in the same subnet, but I would like to use one dns endpoint to bind these broker so that we can use python client connect pulsar for one endpoint.
Especially, my dns is set in AWS Route53. Can we use AWS ALB to connect these brokers?
If the method does not work. Do we have alternative solution to achieve it?
If you have any idea can answer, I will be appreciated it. Thank you.
Environment
2.10.2
Beta Was this translation helpful? Give feedback.
All reactions