File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
daprdocs/content/en/reference/components-reference/supported-pubsub Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6666 value : 1024
6767 - name : hearbeat
6868 value : 15s
69+ - name : ackPolicy
70+ value : explicit
6971` ` `
7072
7173## Spec metadata fields
9496| memoryStorage | N | [Memory Storage] | `false` |
9597| rateLimit | N | [Rate Limit] | `1024` |
9698| hearbeat | N | [Hearbeat] | `10s` |
99+ | ackPolicy | N | [Ack Policy] | `explicit` |
97100
98101# # Create a NATS server
99102
@@ -158,5 +161,6 @@ nats -s localhost:4222 stream add myStream --subjects mySubject
158161[Memory Storage] : https://docs.nats.io/jetstream/concepts/consumers#memorystorage
159162[Rate Limit] : https://docs.nats.io/jetstream/concepts/consumers#ratelimit
160163[Hearbeat] : https://docs.nats.io/jetstream/concepts/consumers#hearbeat
164+ [Ack Policy] : https://docs.nats.io/nats-concepts/jetstream/consumers#ackpolicy
161165[Decentralized JWT Authentication/Authorization] : https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/jwt
162166[NATS token based authentication] : https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens
You can’t perform that action at this time.
0 commit comments