-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
With Redis 5.0 there is a new interesting datatype that was introduced, Streams, ''which models a log data structure'' https://redis.io/topics/streams-intro
This datatype seems perfect for logstash.
Currently the redis input plugin supports reading from the following data_types:
list
, channel
, pattern_channel
This issue is a feature request for support of this data_type, stream.
The problem of when to send XACK can be solved like other queue plugins', sqs, kafka, by directly acknowledging or in batches. Until elastic/logstash#8514 provides a way to do this better.
sanasz91mdev, Dev-Force, yacine-younes and jetxr
Metadata
Metadata
Assignees
Labels
No labels