logstash-plugins / logstash-input-jdbc

Logstash Plugin for JDBC Inputs
Apache License 2.0
449 stars 187 forks source link

Allow to stop JDBC input if there is a huge number of rows #330

Closed prehor closed 3 years ago

prehor commented 5 years ago

If a huge number of rows is processed, JDBC input continuously reads rows from the database and cannot be stopped. When Logstash is killed, it does not remember the last processed row and starts again from the beginning.

prehor commented 3 years ago

Hello @jsvd. I think that the problem is still not fixed. If you are interested, I can send PR for the current version. P.