Check this out: https://rmoff.dev/fix-jdbc-driver-video (specifically here for Docker instructions https://www.youtube.com/watch?v=vI_L9irU9Pc&t=665s)
-- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Fri, 15 May 2020 at 08:16, vishnu murali <vishnumurali9...@gmail.com> wrote: > Hi i am running cp-all-in one docker for the confluent kafka > > There i am trying that JDBCSourceConnector. > > it is showing this results.. > { > "error_code": 400, > "message": > "Connector configuration is invalid and contains the following 2 > error(s):\nInvalid value java.sql.SQLException: No suitable driver > found for jdbc:mysql://localhost:3306/sample for configuration > Couldn't open connection to > jdbc:mysql://localhost:3306/sample\nInvalid value > java.sql.SQLException: No suitable driver found for > jdbc:mysql://localhost:3306/sample for configuration Couldn't open > connection to jdbc:mysql://localhost:3306/sample\nYou can also find > the above list of errors at the endpoint > `/connector-plugins/{connectorType}/config/validate`" > } > > > How can i add external jar file in that docker? > > Because i am new to docker and i am not even know it is possible or not!!! > > can anyone know thie solution? >