confluentinc / kafka-connect-jdbc

Kafka Connect connector for JDBC-compatible databases
Other
8 stars 954 forks source link

listing jdbc drivers #437

Open bclipp opened 6 years ago

bclipp commented 6 years ago

I loaded a jdbc driver for SAP advanced DB, but I can't tell if it's actually loaded. Is there a way to find out easily if a driver is loaded?

kevinpthorne commented 5 years ago

Kinda late, but it'll help for posterity.

https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector#no-suitable-driver-found

Just had to do this. Change your log4j properties to log level DEBUG as specified and look for both your JAR url registry and then the DEBUG Registered java.sql.Driver with the classpath of your driver