We are considering using Ocelot as an API Gateway. Our environment is being hosted on Kubernetes. One of the micro services is signalR-Hub. Scaling this hub (more than one pod) is required, yet it is still important that clients would contact the same pod and keeping the connection open.
I have seen that ocelot does support websockets and SignalR.
But what abut contacting the same signalR instance (Pod). Is that possible?