Added link to Apache Pulsar docs

This commit is contained in:
Mark Fussell 2022-01-14 13:00:07 -08:00 committed by GitHub
parent 78d918ca37
commit 30e018604c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ aliases:
---
## Component format
To setup Pulsar pubsub create a component of type `pubsub.pulsar`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration.
To setup Apache Pulsar pubsub create a component of type `pubsub.pulsar`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration. For more information on Apache Pulsar [read the docs]({{< ref "https://pulsar.apache.org/docs/en/concepts-overview/" >}})
```yaml
apiVersion: dapr.io/v1alpha1