-
Hello! Is there any support for a graphql service discovery via consul or right now it would be easy to add an ELB for each graphql service? I am wondering why there is no schema registry in this architecture Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
prokaktus
Apr 5, 2021
Replies: 1 comment 2 replies
-
In our setup we use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sbilello
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In our setup we use
IntrospectRemoteSchemas
for Graphql services inside k8s cluster and reload Gateway pods on every service deployment via k8s hooks. It gracefully reload pods and they start listening new schema. Maybe it'll help.