From 2b6d217e372b32fa40eafbfc402420a76607c790 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 5 Feb 2021 15:07:16 -0600 Subject: [PATCH] updates from 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 8b33f64..87c8205 100644 --- a/jetstream/concepts/streams.md +++ b/jetstream/concepts/streams.md @@ -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 `Msg-Id` header and a sliding window within which to track duplicate messages. See the [Message Deduplication](#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](#message-deduplication) section. When defining Streams the items below make up the entire configuration of the set.