Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/memory-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The memory queue might be a good choice if you value throughput over data resili
## Limitations of memory queues [mem-queue-limitations]

* Can lose data in abnormal termination
* Don’t do well handling sudden bursts of data, where extra capacity in needed for {{ls}} to catch up
* Don’t do well handling sudden bursts of data, where extra capacity is needed for {{ls}} to catch up

::::{tip}
Consider using [persistent queues](/reference/persistent-queues.md) to avoid these limitations.
Expand Down
Loading