Skip to content

Commit 79be63c

Browse files
author
Anthony Sneed
committed
Move pubsub-snssqs.yaml to standby folder for Dapr 1.6.
1 parent 7579485 commit 79be63c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

EventDriven.CQRS.sln

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ EndProject
3131
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "components", "components", "{00BA9501-787E-465C-97D0-F51295D97802}"
3232
ProjectSection(SolutionItems) = preProject
3333
reference-architecture\dapr\components\pubsub.yaml = reference-architecture\dapr\components\pubsub.yaml
34-
reference-architecture\dapr\components\pubsub-snssqs.yaml = reference-architecture\dapr\components\pubsub-snssqs.yaml
3534
reference-architecture\dapr\components\statestore-mongodb.yaml = reference-architecture\dapr\components\statestore-mongodb.yaml
3635
reference-architecture\dapr\components\statestore.yaml = reference-architecture\dapr\components\statestore.yaml
3736
EndProjectSection
3837
EndProject
38+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "standby", "standby", "{A045033E-5283-4A6F-87D3-B02194595788}"
39+
ProjectSection(SolutionItems) = preProject
40+
reference-architecture\dapr\standby\pubsub-snssqs.yaml = reference-architecture\dapr\standby\pubsub-snssqs.yaml
41+
EndProjectSection
42+
EndProject
3943
Global
4044
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4145
Debug|Any CPU = Debug|Any CPU
@@ -70,6 +74,7 @@ Global
7074
{FC04D111-903D-49FF-84A6-8806C71E2168} = {C4FD0AF1-927A-4860-A634-7CE342807692}
7175
{00BA9501-787E-465C-97D0-F51295D97802} = {F0E48E00-7D72-4614-9C13-90A7B015B06F}
7276
{F0E48E00-7D72-4614-9C13-90A7B015B06F} = {C4FD0AF1-927A-4860-A634-7CE342807692}
77+
{A045033E-5283-4A6F-87D3-B02194595788} = {F0E48E00-7D72-4614-9C13-90A7B015B06F}
7378
EndGlobalSection
7479
GlobalSection(ExtensibilityGlobals) = postSolution
7580
SolutionGuid = {427A0D03-63CA-48AE-AA95-D21800101398}

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ The **Reference Architecture** projects demonstrate how to apply these concepts
3737
```
3838
dapr dashboard
3939
```
40-
2. Use Dapr to run the customer service.
40+
2. Use Tye or Dapr to run the customer service.
4141
```
42-
dapr run --app-id customer-service --app-port 5000 --components-path ../dapr/components -- dotnet run
42+
dapr run --app-id customer-service --app-port 5656 --components-path ../dapr/components -- dotnet run
4343
```
4444
3. Use Dapr to run the order service.
4545
```
46-
dapr run --app-id order-service --app-port 5150 --components-path ../dapr/components -- dotnet run
46+
dapr run --app-id order-service --app-port 5757 --components-path ../dapr/components -- dotnet run
4747
```
4848
4. Create some customers.
4949
- Open http://localhost:5656/swagger

0 commit comments

Comments
 (0)