Skip to content
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

Support Redis as EDFS connector #1511

Open
vasily-polonsky opened this issue Jan 13, 2025 · 1 comment
Open

Support Redis as EDFS connector #1511

vasily-polonsky opened this issue Jan 13, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@vasily-polonsky
Copy link
Contributor

Component(s)

No response

Is your feature request related to a problem? Please describe.

Right now native cosmo subscriptions are now possible only via NATS/Kafka. Not every team has those in their stack, I believe that Redis is much more commonly used, would be great to see it as an option

Describe the solution you'd like

Apollo has a package on NPM to support subscriptions over several subgraphs. https://www.npmjs.com/package/graphql-subscriptions. As a nodejs developer I see that redis is most used package https://www.npmjs.com/package/graphql-redis-subscriptions, more over this package works not only with apollo server, but with other graphql servers for nodejs as well, I am using yoga for example. Would be ideal if cosmo router would be compatible with graphql-subscriptions from Apollo, so cosmo routed subscribed to Redis and nodejs developers can use this package as a client to send messages to Redis

Describe alternatives you've considered

No response

Additional context

No response

@vasily-polonsky vasily-polonsky added the enhancement New feature or request label Jan 13, 2025
Copy link

WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant