-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Does nautilus gateway support subscriptions? #108
Comments
Hey @lorenzleutgeb! Sorry i lagged on replying to this. Unfortunately, the gateway does not currently support subscriptions but I would be very interested in adding it. I'm not sure what time I will find to add it but it's absolutely on the roadmap for this project. |
I'd also be very interested in this. |
@AlecAivazis Hi! Is there any progress on this topic? Is there an official roadmap tracker or similar? |
Unfortunately, not yet. I have fallen a little bit behind on a few other tasks for this project which are taking up my free time. Thanks for being patient! If you wanted to explore adding it I would love to offer whatever help I can. |
👋 hey, any updates on the subscription support? |
Hi!
I am looking for a gateway implementation that supports GraphQL subscriptions. This would mean that the gateway must forward subscription requests to downstream services and also forward a WebSocket connection.
I searched for "subscription" and "websocket" in this repository but could not find any code that looks like such an implementation.
Best,
Lorenz
The text was updated successfully, but these errors were encountered: