embulk / embulk-input-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
Other
102 stars 74 forks source link

wrap UnknownHostException to ConfigException #203

Closed vietnguyen-td closed 3 years ago

vietnguyen-td commented 3 years ago

We have a retry mechanism, when starting a job with an invalid configuration, it should not be retry. This PR to wrap UnknownHostException to ConfigException when starting transaction

dmikurube commented 3 years ago

Resolved conflicts. Merging after confirming the CI is okay.