mirror of https://github.com/dapr/docs.git
fixed yaml syntax for v2alpha1 example (#4335)
Signed-off-by: Adrian Hristov <adrian@intelligentgrowthsolutions.com>
This commit is contained in:
parent
62bd96c002
commit
01dd8728ca
|
@ -23,15 +23,15 @@ metadata:
|
|||
spec:
|
||||
topic: <REPLACE-WITH-TOPIC-NAME> # Required
|
||||
routes: # Required
|
||||
- rules:
|
||||
- match: <REPLACE-WITH-CEL-FILTER>
|
||||
path: <REPLACE-WITH-PATH>
|
||||
rules:
|
||||
- match: <REPLACE-WITH-CEL-FILTER>
|
||||
path: <REPLACE-WITH-PATH>
|
||||
pubsubname: <REPLACE-WITH-PUBSUB-NAME> # Required
|
||||
deadLetterTopic: <REPLACE-WITH-DEADLETTERTOPIC-NAME> # Optional
|
||||
bulkSubscribe: # Optional
|
||||
- enabled: <REPLACE-WITH-BOOLEAN-VALUE>
|
||||
- maxMessagesCount: <REPLACE-WITH-VALUE>
|
||||
- maxAwaitDurationMs: <REPLACE-WITH-VALUE>
|
||||
enabled: <REPLACE-WITH-BOOLEAN-VALUE>
|
||||
maxMessagesCount: <REPLACE-WITH-VALUE>
|
||||
maxAwaitDurationMs: <REPLACE-WITH-VALUE>
|
||||
scopes:
|
||||
- <REPLACE-WITH-SCOPED-APPIDS>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue