microsoft / service-fabric-yarp

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

Clarification: Host-based matching #4

Closed WhitWaldo closed 1 year ago

WhitWaldo commented 2 years ago

The README in the root reads that "Path-based route matching is ONLY supported.".

Will this also support host-based matching like the original SF YARP implementation?

Thanks!

egaribay77 commented 2 years ago

Hello, yes, we will be adding host-based route matching and try to extend the label support to add more YARP config options.

egaribay77 commented 1 year ago

This is now supported with the latest release. Take a look at the recent PR: https://github.com/microsoft/service-fabric-yarp/pull/10