Following the Dapr getting started guide.
graph LR
A[Caller] -->|Http request| B("jsonplaceholder.typicode.com")
dapr run ./dapr.yaml.
This will start the applications using the Dapr multi app mode.
Following the Dapr getting started guide.
graph LR
A[Caller] -->|Http request| B("jsonplaceholder.typicode.com")
dapr run ./dapr.yaml.
This will start the applications using the Dapr multi app mode.