'Netty Load Balancer
Can anyone recommend a good Load Balancer for TCP messages sent to a Netty Server.
Messages are encoded/decoded using Google Protobuf.
Solution 1:[1]
You can take a look at Bruno de carvalho's Netty load balancer which will give you a perspective to the issue.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Abe |