HikariDataSource ERROR when using the JDBC consumer
I'm trying to run the JDBC origin and trash as a destination, my source for JDBC is redshift, I'm running the query for one day and limiting the records to 10. I'm getting the below-attached error. Tried googling but dint find enough info to understand the error.
Any help will be appreciated !
Check the sdc.log file please. This error is just the connection pool library (Hikari) saying that something besides itself closed the connection. Hopefully whatever caused that is logged as an error.
Is this in preview or run?