What we have:
- 3 stateful backend servers located in different regions.
- Mqtt broker in each region (with IoT-devices connected).
- Users that related to specific region, to able to see they IoT data.
- Unique host name for each server.
What we want:
- One host name to serve all users
- Mqtt can still connected to each backend by i'ts unique host name
- The decision where to redirect should come from the user information and not from the IP (for example field in JWT)
Did the GCP HTTP(S) load balancing is capable to do such think, or there is a technical limitation?
Any ideas will be much appreciated!