Skip to content

Buffering to disk based on health status #13828

Answered by tobz
hemanthofficial3009 asked this question in Q&A
Discussion options

You must be logged in to vote

In the case where minimizing disk write activity overall is preferred, we do have an experimental feature you can try out: overflow buffers.

Normally, you would choose between either in-memory or disk buffers, and deal with the trade-offs of whichever one you picked, but overflow buffers allow you to compose a buffer topology consisting of multiple buffer stages. An additional when_full option called overflow instructs the buffer to overflow events to the next buffer in the topology if it cannot currently accept any more events.

This feature is still experimental, and we have some issues around actually documenting it (since it's a rather advanced feature), but here's an example of what i…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@hemanthofficial3009
Comment options

Comment options

You must be logged in to vote
2 replies
@zamazan4ik
Comment options

@zamazan4ik
Comment options

Answer selected by JeanMertz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants