mirror of https://github.com/dapr/docs.git
Header casing and howto link
This commit is contained in:
parent
71ce15688a
commit
7fe007a116
|
@ -5,9 +5,9 @@ linkTitle: "Apache Kafka"
|
|||
description: "Detailed documentation on the Apache Kafka pubsub component"
|
||||
---
|
||||
|
||||
## Component Format
|
||||
## Component format
|
||||
|
||||
To setup Apache Kafka pubsub, you create a component of type `pubsub.kafka`
|
||||
To setup Apache Kafka pubsub create a component of type `pubsub.kafka`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration.
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
@ -61,5 +61,5 @@ To run Kafka on Kubernetes, you can use the [Helm Chart](https://github.com/helm
|
|||
|
||||
## Related links
|
||||
- [Basic schema for a Dapr component]({{< ref component-schema >}})
|
||||
- Read [this topic]({{< ref "howto-publish-subscribe.md#step-2-publish-a-topic" >}}) for instructions on configuring pub/sub components
|
||||
- Read [this topic]({{< ref "howto-publish-subscribe.md##step-1-setup-the-pubsub-component" >}}) for instructions on configuring pub/sub components
|
||||
- [Pub/Sub building block]({{< ref pubsub >}})
|
|
@ -5,8 +5,8 @@ linkTitle: "Azure Events Hub"
|
|||
description: "Detailed documentation on the Azure Event Hubs pubsub component"
|
||||
---
|
||||
|
||||
## Component Format
|
||||
To setup Azure Event Hubs, you create a component of type `pubsub.azure.eventhubs`
|
||||
## Component format
|
||||
To setup Azure Event Hubs pubsub create a component of type `pubsub.azure.eventhubs`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration.
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
|
|
@ -6,9 +6,9 @@ description: "Detailed documentation on the Redis Streams pubsub component"
|
|||
weight: 100
|
||||
---
|
||||
|
||||
## Component Format
|
||||
## Component format
|
||||
|
||||
To setup Redis Streams pubsub, you create a component of type `pubsub.redis`
|
||||
To setup Redis Streams pubsub create a component of type `pubsub.redis`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration.
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
@ -45,7 +45,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
|||
|
||||
## Create a Redis instance
|
||||
|
||||
Dapr can use any Redis instance - containerized, running on your local dev machine, or a managed cloud service, provided the version of Redis is 5.0.0 or later. If you already have a Redis instance > 5.0.0 installed, move on to the [Configuration](#configuration) section.
|
||||
Dapr can use any Redis instance - containerized, running on your local dev machine, or a managed cloud service, provided the version of Redis is 5.0.0 or later.
|
||||
|
||||
{{< tabs "Self-Hosted" "Kubernetes" "AWS" "GCP" "Azure">}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue