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?