vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
17.7k stars 1.57k forks source link

Add support to use Redis Streams in Redis source #15335

Open IdoKendo opened 1 year ago

IdoKendo commented 1 year ago

Redis Streams

A Redis stream is a data structure that acts like an append-only log. You can use streams to record and simultaneously syndicate events in real-time. Examples of Redis stream use cases include:

jszwedko commented 1 year ago

Linking to corresponding sink issue: https://github.com/vectordotdev/vector/issues/10042

jszwedko commented 1 year ago

Some work was started here but ultimately didn't pan out: https://github.com/vectordotdev/vector/pull/15358. It could be a reference for anyone else that is interested in picking this up.