Resolving different schemes for one service with two pods. #7250
Unanswered
SpeedyGonzaless
asked this question in
Q&A
Replies: 1 comment
-
Apollo Studio solves this problem using a schema registry. You push changes to the registry once your service can accept queries with those changes, and that is the schema that your gateway recognizes. We don't recommend |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have run apollo gateway in k8s and service MyTestService.
MyTestService has two pods. At first both pods has the same schema:
Then I change Client schema in code to this:
And I restart only one pod of MyTestService. So for now, first pod has old schema and second pod has new schema.
Is it somehow possible not to allow me as a client use field 'newTestField' in request until all the pods will have this new field?
Beta Was this translation helpful? Give feedback.
All reactions