Replies: 1 comment 5 replies
-
Hello, as for load balancing, there is no need to set up a load balancer n front of the HStream cluster. Our server and client implementation had already done load balancing stuff, it will distrust connections over the cluster of servers with its load balancing algorithms and methods. Hence, there is no need for extra load balancer and it can not (since HStream has its internal strategy) to set up one. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Do you recommended a load balancer in front of a 3 node cluster? In AWS, I was thinking of setting up an application load balancer in front of the cluster so the incoming connections are automatically distributed.
Beta Was this translation helpful? Give feedback.
All reactions