mirror of https://github.com/dapr/docs.git
Update subscription-schema.md (#4658)
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
21721182fb
commit
46d200e751
|
@ -9,12 +9,12 @@ description: "The basic spec for a Dapr subscription"
|
|||
The `Subscription` Dapr resource allows you to subscribe declaratively to a topic using an external component YAML file.
|
||||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
Any subscription can be restricted to a particular [namepsace]({{< ref isolation-concept.md >}}) and restricted access through scopes to any particular set of applications.
|
||||
Any subscription can be restricted to a particular [namespace]({{< ref isolation-concept.md >}}) and restricted access through scopes to any particular set of applications.
|
||||
{{% /alert %}}
|
||||
|
||||
This guide demonstrates two subscription API versions:
|
||||
|
||||
- `v2alpha` (default spec)
|
||||
- `v2alpha1` (default spec)
|
||||
- `v1alpha1` (deprecated)
|
||||
|
||||
## `v2alpha1` format
|
||||
|
@ -89,4 +89,4 @@ scopes:
|
|||
- [Learn more about the declarative subscription method]({{< ref "subscription-methods.md#declarative-subscriptions" >}})
|
||||
- [Learn more about dead letter topics]({{< ref pubsub-deadletter.md >}})
|
||||
- [Learn more about routing messages]({{< ref "howto-route-messages.md#declarative-subscription" >}})
|
||||
- [Learn more about bulk subscribing]({{< ref pubsub-bulk.md >}})
|
||||
- [Learn more about bulk subscribing]({{< ref pubsub-bulk.md >}})
|
||||
|
|
Loading…
Reference in New Issue