Is it possible to serialise a websocket connection to an external system like redis cache, and later pick up by an another pod and deserialise connect
We have a design where the front end connects to backend nodes by Websockets. Consider an example where Frontend node 1 (connects websocket) -----> server node1 Then server node1 cache the session id(session id 1) in the in memory of…