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