Websocket subscription client in Java (relates to #438) #510
Replies: 3 comments 2 replies
-
Hi @callumforrester,
4)We could mimic the Server API, using a |
Beta Was this translation helpful? Give feedback.
-
For the SSE subscription transport, there's little work required. We've done a simple implementation,
We're passing in |
Beta Was this translation helpful? Give feedback.
-
See #522 for a draft websocket implementation. Comments welcome, I will add tests etc. once the general approach is agreed-on. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have been using DGS for internal projects and have found myself in need of support for a subscription-over-websocket client that isn't Apollo.
I am considering having a go at implementing #438 to that end. A few questions to ponder, feedback welcome:
spring-websocket
as a dependency?GraphQLResponse
whosegetData()
method returns aFlux
but I'm sure there are many waysBeta Was this translation helpful? Give feedback.
All reactions