confluentinc / cp-docker-images

[DEPRECATED] Docker images for Confluent Platform.
Apache License 2.0
1.14k stars 704 forks source link

kafka-connect-jdbc-3.3.0 is not being packaged along with the confluentinc/cp-kafka-connect:latest image #341

Open codequester opened 7 years ago

codequester commented 7 years ago

When i bash into the kafka connect container and cd to the location -'/usr/share/java/kafka-connect-jdbc'. The kafka-connect-jdbc-3.3.0.jar is missing and hence i am getting Failed to find any class that implements Connector and which name matches io.confluent.connect.jdbc.JdbcSourceConnector

ewencp commented 7 years ago

@codequester Can you provide steps to reproduce? I just tried and everything looks fine:

$ docker run --rm -it confluentinc/cp-kafka-connect:3.3.0 /bin/bash
root@14fbe1310b85:/# ls /usr/share/java/kafka-connect-jdbc/
kafka-connect-jdbc-3.3.0.jar  postgresql-9.4-1206-jdbc41.jar  sqlite-jdbc-3.8.11.2.jar