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
So in a perfect world all models come from the same microservice, this would of course in the real world be a utopia.
In my case, I have a dedicated API Gateway (lets say https://graph.nao.com) and I have multiple microservices containing my model information. Lets say microservice A and B, which their urls being:
A : https://graph.nao.com/a/v1/*
B : https://graph.nao.com/b/v1/*
Now, I have a model on the first microservice, and one on the second. They share authentication, and are related to each other. Is this something we can support by means of:
So in a perfect world all models come from the same microservice, this would of course in the real world be a utopia.
In my case, I have a dedicated API Gateway (lets say
https://graph.nao.com
) and I have multiple microservices containing my model information. Lets say microservice A and B, which their urls being:https://graph.nao.com/a/v1/*
https://graph.nao.com/b/v1/*
Now, I have a model on the first microservice, and one on the second. They share authentication, and are related to each other. Is this something we can support by means of:
A few things need to be done here:
The text was updated successfully, but these errors were encountered: