From 7487129f1ea9c0be38fa8b52dba8d0ac05a68ade Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 5 Feb 2021 14:52:16 -0600 Subject: [PATCH] Updates based on RI changes to README --- 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 861ec64..8b33f64 100644 --- a/jetstream/concepts/streams.md +++ b/jetstream/concepts/streams.md @@ -23,7 +23,7 @@ When defining Streams the items below make up the entire configuration of the se |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 `.`| |NoAck|Disables acknowledging messages that are received by the Stream| -|Replicas|How many replicas to keep for each message (not implemented as of January 2020)| +|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`| |Discard|When a Stream reached it's limits either, `DiscardNew` refuses new messages while `DiscardOld` (default) deletes old messages| |Storage|The type of storage backend, `file` and `memory` as of January 2020|