External buffer support (kafka, kinesis, etc) #5463
Labels
domain: buffers
Anything related to Vector's memory/disk buffers
meta: idea
Anything in the idea phase. Needs further discussion and consensus before work can begin.
needs: approval
Needs review & approval before work can begin.
needs: rfc
Needs an RFC before work can begin.
type: feature
A value-adding code addition that introduce new functionality.
Please see #3485 for additional details (this issue was opened unaware of that issue).
We currently offer memory and disk buffers, but we do not allow the use of external systems for buffers. It is interesting to think about configuring Kafka, Kinesis, or even Redis as an external buffer for Vector sinks. This would pair well with #5462.
This is different than using any of these systems as sources/sinks since Vector would transparently handle the partitioning and replaying of the data, shifting the management of these intricacies into Vector.
The text was updated successfully, but these errors were encountered: