1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Updates based on RI changes to README

This commit is contained in:
Ginger Collison 2021-02-05 14:52:16 -06:00 committed by GitHub
parent 5f727f432a
commit 7487129f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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|