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

GitBook: [master] 14 pages modified

This commit is contained in:
Ginger Collison
2021-03-15 14:58:32 +00:00
committed by gitbook-bot
parent 45ab567ab3
commit 9791a4d12c
13 changed files with 5 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ Streams can consume many subjects. Here we have `ORDERS.*` but we could also con
Streams support various retention policies - they can be kept based on limits like max count, size or age but also more novel methods like keeping them as long as any Consumers have them unacknowledged, or work queue like behavior where a message is removed after first ack.
Streams support deduplication using a `Nats-Msg-Id` header and a sliding window within which to track duplicate messages. See the [Message Deduplication](../model_deep_dive/#message-deduplication) section.
Streams support deduplication using a `Nats-Msg-Id` header and a sliding window within which to track duplicate messages. See the [Message Deduplication](../model_deep_dive.md#message-deduplication) section.
When defining Streams the items below make up the entire configuration of the set.