how to achieve load balancing #23703
Unanswered
howeWang97
asked this question in
Q&A
Replies: 1 comment
-
|
@howeWang97 You can get good answers to many questions about Pulsar by using the Pulsar Slack #ask-ai channel. Have you tried it already? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Ask for help how to achieve load balancing?
I used DotPulsar,I deployed a ZooKeeper server, two brokers, and three bookies on a server. The ports for the two brokers are 16650 and 16652. Creating a producer using 16652 works fine, but creating a producer using 16650 fails and no messages can be sent. I tried closing 16652, and 16650 was able to work, but when 16652 was active, 16650 was unable to work.
Beta Was this translation helpful? Give feedback.
All reactions