From 49fcccf0ecaa8ab6d739a4c5e2fb69247473e079 Mon Sep 17 00:00:00 2001 From: scottf Date: Sat, 17 Apr 2021 07:24:23 -0400 Subject: [PATCH] name description --- jetstream/concepts/streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream/concepts/streams.md b/jetstream/concepts/streams.md index f60b09f..7a00969 100644 --- a/jetstream/concepts/streams.md +++ b/jetstream/concepts/streams.md @@ -21,7 +21,7 @@ When defining Streams the items below make up the entire configuration of the se | MaxMsgSize | The largest message that will be accepted by the Stream | | MaxMsgs | How many messages may be in a Stream, oldest messages will be removed if the Stream exceeds this size | | MaxConsumers | How many Consumers can be defined for a given Stream, `-1` for unlimited | -| Name | A name for the Stream that may not have spaces, tabs or `.` | +| Name | A name for the Stream that may not have spaces, tabs, period (`.`), greater than (`>`) or asterix (`*`) | | NoAck | Disables acknowledging messages that are received by the Stream | | Replicas | How many replicas to keep for each message in a clustered JetStream, maximum 5 | | Retention | How message retention is considered, `LimitsPolicy` \(default\), `InterestPolicy` or `WorkQueuePolicy` |