You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use Localazy plugin in our project but our app uses more than one pod. This means if we try to translate something, we sometimes end up on a different K8s pod. This results in WebSocket connection loses Session ID, and as Localazy uses socket.io (engine.io) we sometimes end up with "Session ID unknown" and cannot translate content.
When translating content, requests can be routed to different pods by our load balancer, causing WebSocket connections to fail.
Is there any way to make Localazy Plugin running on more than one pod?
The text was updated successfully, but these errors were encountered:
@david-vaclavek This problem can be shortened to one sentence: if using Localazy with multiple pods on Kubernetes, Localazy "lose" Session ID between pods, which causes problems :). We need a way to use Localazy in distributes pods.
Hello,
we use Localazy plugin in our project but our app uses more than one pod. This means if we try to translate something, we sometimes end up on a different K8s pod. This results in WebSocket connection loses Session ID, and as Localazy uses socket.io (engine.io) we sometimes end up with "Session ID unknown" and cannot translate content.
When translating content, requests can be routed to different pods by our load balancer, causing WebSocket connections to fail.
Is there any way to make Localazy Plugin running on more than one pod?
The text was updated successfully, but these errors were encountered: