File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -419,9 +419,10 @@ the log will grow indefinitely until the disk runs out. To avoid this undesirabl
419419scenario it is possible to set a retention configuration per stream which will
420420discard 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
Original file line number Diff line number Diff line change @@ -421,9 +421,10 @@ the log will grow indefinitely until the disk runs out. To avoid this undesirabl
421421scenario it is possible to set a retention configuration per stream which will
422422discard 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
Original file line number Diff line number Diff line change @@ -419,9 +419,10 @@ the log will grow indefinitely until the disk runs out. To avoid this undesirabl
419419scenario it is possible to set a retention configuration per stream which will
420420discard 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
You can’t perform that action at this time.
0 commit comments