Forwarding a client to the same SignalR instance in Ocelot

5/9/2020

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?

-- mh133
kubernetes
ocelot
scaling
signalr
websocket

0 Answers