mirror of https://github.com/dapr/docs.git
fix app-id 'testpubapp' not match 'testpubsub' when publish
This commit is contained in:
parent
80912cabc4
commit
7d8911b65d
|
@ -367,7 +367,7 @@ dapr run --app-id testpubsub --dapr-http-port 3500
|
||||||
Then publish a message to the `deathStarStatus` topic:
|
Then publish a message to the `deathStarStatus` topic:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr publish --publish-app-id testpubapp --pubsub pubsub --topic deathStarStatus --data '{"status": "completed"}'
|
dapr publish --publish-app-id testpubsub --pubsub pubsub --topic deathStarStatus --data '{"status": "completed"}'
|
||||||
```
|
```
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue