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

Is using graphql base on RPC instead of HTTP expectable? #660

Open
stark-sim opened this issue Dec 8, 2022 · 0 comments
Open

Is using graphql base on RPC instead of HTTP expectable? #660

stark-sim opened this issue Dec 8, 2022 · 0 comments

Comments

@stark-sim
Copy link

Background

  • I'm trying to use Apollo Supergraph to build the composition of microservices. Its router can automatically using defined graphql to communicate with microservices.
  • Microservice needs to be fast, we use gRPC protocol for the transport among microservices currently.
  • It would be ideal if graphql can run on a RPC server, for it would allow microservices to be fast and have other features Apollo Supergraph provides at the sametime.

Question

  • Is using graphql base on a RPC protocol like gRPC expectable in the future?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant