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
In my project, I need to have a service mesh (and graphql-mesh actually serves this purpose extremely well), and it would be also nice to have something like a plugin structure. For example, we can have 2 different system installation - first client can have ServiceA and ServiceB installed while the second client can have ServiceA and ServiceC installed. My idea is following - those services register in Mesh (or provide some kind of heartbeat via Redis for example), and I can use the same frontend and Mesh, and just detect those services that were installed/enabled.
It also seems like I can alter the serve task to use some database instead of YAML file but first I want to hear from you, what do you think about that idea.
The text was updated successfully, but these errors were encountered:
Hello,
In my project, I need to have a service mesh (and graphql-mesh actually serves this purpose extremely well), and it would be also nice to have something like a plugin structure. For example, we can have 2 different system installation - first client can have ServiceA and ServiceB installed while the second client can have ServiceA and ServiceC installed. My idea is following - those services register in Mesh (or provide some kind of heartbeat via Redis for example), and I can use the same frontend and Mesh, and just detect those services that were installed/enabled.
It also seems like I can alter the serve task to use some database instead of YAML file but first I want to hear from you, what do you think about that idea.
The text was updated successfully, but these errors were encountered: