Where is the load balancing target equivalent of this? #181
Replies: 1 comment
-
Hi @jadedevin13 , there isn't much in the means of guidance in this area at the moment. Depending on the transport you choose (WebSocket, TCP, etc.) you will likely find solutions for load balancing, however, they will likely be ignorant of any RSocket-specific protocol concerns. If the intermediary doing the load balancing transparently passes messages between peers, ignorance of the protocol may be fine, however, I have not spent sufficient time exploring the topic so I am not sure. I would expect the situation concerning load balancing and routing (ie: rsocket-broker) to mature over time, but as there isn't much guidance to provide at the moment. |
Beta Was this translation helpful? Give feedback.
-
I can see that I can create a server using this. But how do I load balance to multiple server instances?
Beta Was this translation helpful? Give feedback.
All reactions