cd src/microservice-1
dapr run --app-id microservice-1 --app-port 6000 --port 3600 dotnet run
cd src/microservice-2
dapr run --app-id microservice-2 --app-port 7000 --port 3700 dotnet run
-
Notifications
You must be signed in to change notification settings - Fork 0
polatengin/warsaw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Run 2 microservices with Dapr and make them talk to each other