-
Notifications
You must be signed in to change notification settings - Fork 326
Are subscriptions over websockets supported? #70
Comments
@apottere I noticed there is a websocket support related branch, do you know if there is plans to finish this work in the near future? Also, is this project being actively maintained in general as it's using older versions of graphql-java etc? Its extremely useful to have the spring-boot-starters but i'm wondering if i'd be better off skipping these (and hence auto configuration) and doing the configuration manually so I can take advantage of newer features. |
@jamesmmchugh yes, subscription support is my top priority right now. I've been having a busy spring so I've fallen behind on this project, the servlet, and graphql-java-tools, but it should be out soon. I'm actually hoping to get it out this weekend. |
any news on this? |
Not yet, it's taking more time to get it working than I thought. |
would long polling be easier to implement? that could also be useful |
I'm trying to use graphql-spring-boot with graphql-java-tools to setup an example delivering subscriptions responses over websocket. There's no documentation covering this example, only for querying over HTTP. Is this possible, can the starter be configured to use websockets?
The text was updated successfully, but these errors were encountered: