Replies: 1 comment 2 replies
-
cc @ReubenBond |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone explain the service discovery when dealing with multi scheme addressing; for example: "https+http://basket".
When implementing a custom IServiceEndpointProvider, I somehow sometimes get the non-HTTPS and the HTTPS endpoints mixed up in the service selection if the (example) basket API is operating on two schemes, non-HTTPS and the HTTPS.
Example:
Aspire has the UriEndPoint class which hold the scheme (and can be used to match), however this is internal and any custom implementation is not usable and this is not implemented into the ServiceDiscovery abstract nuget.
Beta Was this translation helpful? Give feedback.
All reactions