nautilus / gateway

A federated api gateway for graphql services. https://gateway.nautilus.dev/
MIT License
396 stars 50 forks source link

Question: Does nautilus gateway support subscriptions? #108

Open lorenzleutgeb opened 4 years ago

lorenzleutgeb commented 4 years ago

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

AlecAivazis commented 4 years ago

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.

maaft commented 3 years ago

I'd also be very interested in this.

maaft commented 3 years ago

@AlecAivazis Hi! Is there any progress on this topic? Is there an official roadmap tracker or similar?

AlecAivazis commented 3 years ago

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.

upcFrost commented 2 months ago

👋 hey, any updates on the subscription support?