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 3a7c140fe7
commit bd6d5e75af
1 changed files with 0 additions and 2 deletions

View File

@ -545,8 +545,6 @@ The `/checkout` endpoint matches the `route` defined in the subscriptions and th
## Step 3: Publish a topic
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.
Start an instance of Dapr with an app-id called `orderprocessing`:
```bash