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
I have an API layer that I want to call multiple different services with Fabio and to do that I want to spin up a few Service clients. It looks like there is no way to do that currently? I remember there being a way to register multiple service forwarders in some of the DNC DShop examples.
The text was updated successfully, but these errors were encountered:
It appears that you can only add a single service client per project but that won't work for an API layer with multiple services to call. Maybe I am doing something incorrectly but having something like this in a program file will spin up the first service and ignore the second service:
If I had to guess, it would possibly be because the RegistryName is always http.restEase and that when it goes to register a new service, that name has already been registered... maybe
I have an API layer that I want to call multiple different services with Fabio and to do that I want to spin up a few Service clients. It looks like there is no way to do that currently? I remember there being a way to register multiple service forwarders in some of the DNC DShop examples.
The text was updated successfully, but these errors were encountered: