microsoft / service-fabric-yarp

YARP integration with Service Fabric
MIT License
31 stars 9 forks source link

Support multiple endpoint/listeners per service #11

Open egaribay77 opened 1 year ago

egaribay77 commented 1 year ago

From: https://github.com/microsoft/reverse-proxy/issues/541

What should we add or change to make your life better? The Service Fabric integration for dynamic discovery of routes PR https://github.com/microsoft/reverse-proxy/pull/257 would help us a lot. But it should support more than 1 endpoint / listener per service because a Service Fabric service can provide more than one endpoint.

Why is this important to you? A SF service could provide different public api's on different ports e.g. an additional management or administration api (especially 3rd-party guest apps which can't be easily decomposed to different services).