mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into issue_3503
This commit is contained in:
commit
c997666d49
|
@ -9,7 +9,7 @@ aliases:
|
|||
|
||||
## Component format
|
||||
|
||||
To setup Azure Pub/Sub binding create a component of type `bindings.gcp.pubsub`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||
To setup GCP Pub/Sub binding create a component of type `bindings.gcp.pubsub`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||
|
||||
|
||||
```yaml
|
||||
|
|
|
@ -9,7 +9,7 @@ aliases:
|
|||
|
||||
## Component format
|
||||
|
||||
To set up AWS SNS/SQS pub/sub, create a component of type `pubsub.snssqs`. See the [pub/sub broker component file]({{< ref setup-pubsub.md >}}) to learn how ConsumerID is automatically generated. Read the [How-to: Publish and Subscribe guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pub/sub configuration.
|
||||
To set up AWS SNS/SQS pub/sub, create a component of type `pubsub.aws.snssqs`. See the [pub/sub broker component file]({{< ref setup-pubsub.md >}}) to learn how ConsumerID is automatically generated. Read the [How-to: Publish and Subscribe guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pub/sub configuration.
|
||||
|
||||
|
||||
```yaml
|
||||
|
@ -18,7 +18,7 @@ kind: Component
|
|||
metadata:
|
||||
name: snssqs-pubsub
|
||||
spec:
|
||||
type: pubsub.snssqs
|
||||
type: pubsub.aws.snssqs
|
||||
version: v1
|
||||
metadata:
|
||||
- name: accessKey
|
||||
|
@ -147,7 +147,7 @@ kind: Component
|
|||
metadata:
|
||||
name: snssqs-pubsub
|
||||
spec:
|
||||
type: pubsub.snssqs
|
||||
type: pubsub.aws.snssqs
|
||||
version: v1
|
||||
metadata:
|
||||
- name: accessKey
|
||||
|
|
Loading…
Reference in New Issue