From b7dc2ea0d6eabba8ec744a7ce140c8c4152d72dc Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 14 Apr 2020 18:29:18 -0400 Subject: [PATCH] Mentioning response_type in accounts. Signed-off-by: Matthias Hanel --- nats-server/configuration/securing_nats/accounts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nats-server/configuration/securing_nats/accounts.md b/nats-server/configuration/securing_nats/accounts.md index c7a99c1..4148e9e 100644 --- a/nats-server/configuration/securing_nats/accounts.md +++ b/nats-server/configuration/securing_nats/accounts.md @@ -63,6 +63,7 @@ The export configuration map binds a subject for use as a `service` or `stream` | `stream` | A subject or subject with wildcards that the account will publish. \(exclusive of `service`\) | | `service` | A subject or subject with wildcards that the account will subscribe to. \(exclusive of `stream`\) | | `accounts` | A list of account names that can import the stream or service. If not specified, the service or stream is public and any account can import it. | +| `response_type` | Indicates if a response to a `service` request consists of a `single` or a `stream` of messages. Possible values are: `single` or `stream`. \(Default value is `singleton`\) | Here are some example exports: