Replies: 1 comment
-
Not under the scope of graphql-sse at the moment. I assume a custom implementation of the handler can take place handling a distributed services setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the current implementation will fail in single connection mode when running under a load balancer with multiple processes/containers since there is no guarantee that the second request will hit the same server instance as the one with the stream token.
ideally there should be a strategy for storing tokens in shared memory like redis
Beta Was this translation helpful? Give feedback.
All reactions