Moving the community call demo video to its own section

This commit is contained in:
Phil Kedy 2021-09-25 10:59:07 -04:00
parent a927dd1028
commit c44a940604
1 changed files with 4 additions and 2 deletions

View File

@ -501,14 +501,16 @@ on the definition of OPTIONAL.
Currently, comparisons to time (e.g. before or after "now") are not supported. Currently, comparisons to time (e.g. before or after "now") are not supported.
{{% /alert %}} {{% /alert %}}
## Next steps ## Community call demo
Watch [this video](https://www.youtube.com/watch?v=QqJgRmbH82I&t=1063s) on how to use message routing with pub/sub. Watch [this video](https://www.youtube.com/watch?v=QqJgRmbH82I&t=1063s) on how to use message routing with pub/sub:
<p class="embed-responsive embed-responsive-16by9"> <p class="embed-responsive embed-responsive-16by9">
<iframe width="688" height="430" src="https://www.youtube.com/embed/QqJgRmbH82I?start=1063" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="688" height="430" src="https://www.youtube.com/embed/QqJgRmbH82I?start=1063" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p> </p>
## Next steps
- Try the [Pub/Sub routing sample](https://github.com/dapr/samples/tree/master/pub-sub-routing) - Try the [Pub/Sub routing sample](https://github.com/dapr/samples/tree/master/pub-sub-routing)
- Learn about [topic scoping]({{< ref pubsub-scopes.md >}}) - Learn about [topic scoping]({{< ref pubsub-scopes.md >}})
- Learn about [message time-to-live]({{< ref pubsub-message-ttl.md >}}) - Learn about [message time-to-live]({{< ref pubsub-message-ttl.md >}})