microsoft / service-fabric-yarp

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

Extend partition support #12

Open egaribay77 opened 1 year ago

egaribay77 commented 1 year ago

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

Partition scheme aligned with what SF reverse proxy supports (https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-reverseproxy#uri-format-for-addressing-services-by-using-the-reverse-proxy). Ability to pass in the partitionKey and partitionKind in request url to forward to the correct partition that the stateful service is running on. Now, for stateful services need to specify the exact partition GUID in request url.