kafka-connect-jdbc
kafka-connect-jdbc copied to clipboard
Add jar file to artifacts
Having a zip/tgz of the source code files is nice, but it would be really nice if you provided a .jar
file in the artifacts for direct download so that we don't have to compile the jar ourselves if we need it. This is specifically for use with strimzi, but I'm sure there are other use cases as well.
You can use confluent-hub to install all the JARs needed for this connector. It's not a fat JAR, so it's not possible to download just one file
I mean this jar:
https://packages.confluent.io/maven/io/confluent/kafka-connect-jdbc/$KAFKA_JDBC_VERSION/kafka-connect-jdbc-$KAFKA_JDBC_VERSION.jar
Where $KAFKA_JDBC_VERSION
is the version you want to download.
I had to find some super obscure Dockerfile from some stack overflow question with only 1 view which wasn't even related to my use case. It took me probably 1-2 hours to find this but using that URL format to download the jar I was able to get strimzi kafka connect working with jdbc. However, it would be nice if this jar, or even the URL, was available in a more visible location to others.
That JAR comes when you use confluent-hub command
I don't have confluent hub installed and I'm sure others might not either. Feel free to close if you'd like but I just figure it would be nice to get this jar file or the URL to it added somewhere more visible.
don't have confluent hub installed
You can download the Confluent hub command, though.
would be nice to get this jar file or the URL to it added somewhere more visible.
Not sure what you mean "visible".
The maven repo is browsable, and is listed in several visible locations
https://packages.confluent.io/maven/io/confluent/kafka-connect-jdbc/