Relay Hybrid Connections is one of the options to grant access to a RESTful web services hidden behind a firewall. I was wondering how the load balancing would work. There are multiple stateless instances of this web service:
- Would each of them register with the Relay service?
- Would I then have one Relay endpoint and many listeners behind it?
- How would the Relay service load balance?
Thanks in advance