Skip to content

Buffering and data loss prevention on k8s #8563

Answered by binarylogic
asafdl asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @asafdl great question! We're working on a set of comprehensive guides that'll cover questions like this and help with going to production with large deployments.

That said, could you provide a little more info about your data sources and sinks? In general, disk buffers should be a last resort for situations that do not offer alternative durability strategies. I would not use disk buffers if you absolutely cannot lose data. Better strategies include:

  1. Using Vector's new end-to-end acknowledgement feature. This ensures that Vector does not advance reading data (sources) without confirmation that data was sent downstream (sinks). This pushes the responsibility of durability upstream, wh…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@joshlreese
Comment options

@JustinMason
Comment options

@spencergilbert
Comment options

@tdorianh
Comment options

@bruceg
Comment options

bruceg Aug 10, 2021
Collaborator

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