logstash-plugins / logstash-integration-jdbc

Logstash Integration Plugin for JDBC, including Logstash Input and Filter Plugins
Apache License 2.0
53 stars 55 forks source link

Updated sequel version to >= 5.73.0 #144

Closed edmocosta closed 1 year ago

edmocosta commented 1 year ago

Updated the sequel gem version to >= 5.73.0. The ibmdb and jdbc/db2 adapters were fixed to properly handle disconnect errors, removing the related connection from the pool (https://github.com/jeremyevans/sequel/issues/2083)


Closes https://github.com/logstash-plugins/logstash-integration-jdbc/issues/143