0

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?

Grigoriy Mikhalkin
  • 5,035
  • 1
  • 18
  • 36
mh133
  • 135
  • 12
  • session affinity is not going to work if your clients are behind a proxy; which seems to be the case. – suren May 09 '20 at 11:28
  • What about [sticky sessions](https://ocelot.readthedocs.io/en/latest/features/loadbalancer.html)? – mh133 May 10 '20 at 07:32

0 Answers0