Skip to content
Discussion options

You must be logged in to vote

Hi @camilisette ! The current buffer implementation is not designed to be shared between running processes. You could share a volume, but then have each Vector process have its own directory though. The typical recommendation for using disk buffers in a Kubernetes deployment is to use a StatefulSet.

Alternatively, you could avoid using disk buffers and using a queue like Kafka instead (where Vector would read and/or write data to/from Kafka, which would act as the durable store).

Replies: 2 comments 2 replies

Comment options

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

Answer selected by camilisette
Comment options

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

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