-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reliable queue delivery: Redis, Kafka, ... ? #51
Comments
Can you narrow the focus of this issue to just redis since it is filed in On Wednesday, September 7, 2016, mostolog notifications@github.com wrote:
|
I was dealing with Redis, RPOPLPUSH & LREM are Redis commands, so I supposed this was the best place. As you suggest, reliability isn't a Redis issue only, so probably I should reference this at elastic/logstash#5636 and elastic/logstash#5283 Anyway, this request it's to implement those commands, which will provide REDIS to LOGSTASH reliability. For the sake of truth, LREM could be a https://github.com/logstash-plugins/logstash-output-redis issue. |
Hi
In our ELK deployment we're looking for a 0.00% event loss.
Actually we are running a rsyslog using RELP to send logs to a Redis queue/list, readed from Logstash which inserts into Elasticsearch.
Are there any plans to implement Redis RPOPLPUSH & LREM for reliable queue delivery?
Are the efforts regarding reliability placed on kafka plugin (as a reliable platform) instead?
As seems elastic was (is?) working for a reliable delivery elastic/logstash#3693, should we consider other approach?
Regards
The text was updated successfully, but these errors were encountered: