From deb7f26a01a3f6d4497501beb4aa33f2de3e0f47 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 5 Feb 2021 14:39:47 -0600 Subject: [PATCH] updates based on RI changes to README --- .../nats_api_reference/nats_api_reference.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/jetstream/nats_api_reference/nats_api_reference.md b/jetstream/nats_api_reference/nats_api_reference.md index 1e994ed..afb8466 100644 --- a/jetstream/nats_api_reference/nats_api_reference.md +++ b/jetstream/nats_api_reference/nats_api_reference.md @@ -143,9 +143,24 @@ Events and Advisories: ``` $JS.EVENT.METRIC.CONSUMER_ACK.. $JS.EVENT.ADVISORY.MAX_DELIVERIES.. +$JS.EVENT.ADVISORY.CONSUMER.MSG_TERMINATED.. +$JS.EVENT.ADVISORY.STREAM.CREATED. +$JS.EVENT.ADVISORY.STREAM.DELETED. +$JS.EVENT.ADVISORY.STREAM.UPDATED. +$JS.EVENT.ADVISORY.CONSUMER.CREATED.. +$JS.EVENT.ADVISORY.CONSUMER.DELETED.. +$JS.EVENT.ADVISORY.STREAM.SNAPSHOT_CREATE. +$JS.EVENT.ADVISORY.STREAM.SNAPSHOT_COMPLETE. +$JS.EVENT.ADVISORY.STREAM.RESTORE_CREATE. +$JS.EVENT.ADVISORY.STREAM.RESTORE_COMPLETE. +$JS.EVENT.ADVISORY.STREAM.LEADER_ELECTED. +$JS.EVENT.ADVISORY.STREAM.QUORUM_LOST. +$JS.EVENT.ADVISORY.CONSUMER.LEADER_ELECTED.. +$JS.EVENT.ADVISORY.CONSUMER.QUORUM_LOST.. +$JS.EVENT.ADVISORY.API ``` -This allow you to easily create ACL rules that limit users to a specific Stream or Consumer and to specific verbs for administration purposes. For ensuring only the receiver of a message can Ack it we have response permissions ensuring you can only Publish to Response subject for messages you received. +This design allows you to easily create ACL rules that limit users to a specific Stream or Consumer and to specific verbs for administration purposes. For ensuring only the receiver of a message can Ack it we have response permissions ensuring you can only Publish to Response subject for messages you received. ### Acknowledging Messages