Removed a line

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
This commit is contained in:
Amulya Varote 2021-12-07 10:38:59 -08:00 committed by Amulya Varote
parent c65e91f200
commit 1534f7d5e5
1 changed files with 3 additions and 0 deletions

View File

@ -559,6 +559,7 @@ The `/checkout` endpoint matches the `route` defined in the subscriptions and th
## Step 3: Publish a topic
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
@ -567,6 +568,8 @@ The `/checkout` endpoint matches the `route` defined in the subscriptions and th
To publish a topic you need to run an instance of a Dapr sidecar to use RabbitMQ component. You can use the default Redis component installed into your local environment.
>>>>>>> e67fd5fd (Modified based on the review comments - 1)
=======
>>>>>>> 1e8d79ce (Removed a line)
Start an instance of Dapr with an app-id called `orderprocessing`:
```bash