coolstore-microservices icon indicating copy to clipboard operation
coolstore-microservices copied to clipboard

Yarp Integration with Dapr

Open goldytech opened this issue 2 years ago • 0 comments

I want to integrate YARP with DAPR. My use case is that when a user hits the yarp URL, the downstream of it must invoke the DAPR sidecar URL for service invocation Eg.

http(s)://<Yarp service >/api/< service name >/XXXXX (Upstream)
 To 
http://<Dapr-sidecar>/v1.0/invoke/< service name >/method/XXXXX (Downstream)

I'm not sure how I configure this as YARP routes.

Please help.

goldytech avatar Aug 30 '22 08:08 goldytech