Hello,
I am using Logstash with the JDBC input plugin to query for the top entries in a database table and then push them into RabbitMQ using the RabbitMQ output plugin. I have noticed that when the queue is down, Logstash is not aware and continues querying for the top rows of the table which leads to message loss. I was wondering if there is any way to enable some sort of "publisher confirms" mechanism in Logstash.