Skip to content

Commit 0f40267

Browse files
committed
Mention retention policy takes precedence over queue arguments (streams)
1 parent cae38aa commit 0f40267

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/streams.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,10 @@ the log will grow indefinitely until the disk runs out. To avoid this undesirabl
419419
scenario it is possible to set a retention configuration per stream which will
420420
discard the oldest data in the log based on total log data size and/or age.
421421

422-
There are two parameters that control the retention of a stream. These can be combined.
423-
These are either set at declaration time using a queue argument or as a policy which
424-
can be dynamically updated.
422+
There are two parameters that control the retention of a stream.
423+
These can be combined.
424+
These are either set at declaration time using a queue argument or as a policy which can be dynamically updated.
425+
The policy takes precedence over queue arguments.
425426

426427
* `max-age`:
427428

versioned_docs/version-3.13/streams.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,10 @@ the log will grow indefinitely until the disk runs out. To avoid this undesirabl
421421
scenario it is possible to set a retention configuration per stream which will
422422
discard the oldest data in the log based on total log data size and/or age.
423423

424-
There are two parameters that control the retention of a stream. These can be combined.
425-
These are either set at declaration time using a queue argument or as a policy which
426-
can be dynamically updated.
424+
There are two parameters that control the retention of a stream.
425+
These can be combined.
426+
These are either set at declaration time using a queue argument or as a policy which can be dynamically updated.
427+
The policy takes precedence over queue arguments.
427428

428429
* `max-age`:
429430

versioned_docs/version-4.0/streams.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,10 @@ the log will grow indefinitely until the disk runs out. To avoid this undesirabl
419419
scenario it is possible to set a retention configuration per stream which will
420420
discard the oldest data in the log based on total log data size and/or age.
421421

422-
There are two parameters that control the retention of a stream. These can be combined.
423-
These are either set at declaration time using a queue argument or as a policy which
424-
can be dynamically updated.
422+
There are two parameters that control the retention of a stream.
423+
These can be combined.
424+
These are either set at declaration time using a queue argument or as a policy which can be dynamically updated.
425+
The policy takes precedence over queue arguments.
425426

426427
* `max-age`:
427428

0 commit comments

Comments
 (0)