You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
What feature are you missing?
Alternatives for more efficient transport protocol support for remote schema binding/execution. HTTP has unnecessary overhead for service-to-service communications. How could this feature look like in detail? Tradeoffs?
Posting as a possible enhancement per conversation with @schickling on the Slack channel:
Remote schema stitching and execution requires every remote service run as a GraphQL Server exposed over a HTTP-based API. In a microservices-based architecture where those remote services are only involved in service-to-service communication, leveraging HTTP as the transport introduces a fair amount of unnecessary overhead. Consider adding a way to leverage other back-end efficient transport protocols to communicate between the root GraphQL API server and the remote services.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Feature Request
What feature are you missing?
Alternatives for more efficient transport protocol support for remote schema binding/execution. HTTP has unnecessary overhead for service-to-service communications.
How could this feature look like in detail? Tradeoffs?
Posting as a possible enhancement per conversation with @schickling on the Slack channel:
Remote schema stitching and execution requires every remote service run as a GraphQL Server exposed over a HTTP-based API. In a microservices-based architecture where those remote services are only involved in service-to-service communication, leveraging HTTP as the transport introduces a fair amount of unnecessary overhead. Consider adding a way to leverage other back-end efficient transport protocols to communicate between the root GraphQL API server and the remote services.
Issue also cross-posted to graphql-bindings repository: dotansimha/graphql-binding#53
The text was updated successfully, but these errors were encountered: