Aiven-Open/gcs-connector-for-apache-kafka

Maven Dependency not working

Closed this issue · 3 comments

Hi there,

This is Kumar, I have been learning kafka for my final semester project and wanted to do a hands-on exercise on kafka-connect, I tried including this project into my spring boot application via maven dependency but it is not working can anyone please help me with this or is what I'm doing even right can this be used as a dependency for my spring boot application? Thank you so much for considering to reply.

ivanyu commented

Hi Kumar
This is not really supposed to be used as a Java dependency directly. You need to set up a Kafka Connect worker(s) to run this connector. Please see here for details

Hi @ivanyu - is this request not similar to the following issue where it was decided releasing to maven made sense for some people?

I can use version 0.10.0 as a maven dependency, but no versions past it appear to be released to maven.

ivanyu commented

Hi @bkinzle
Sorry for the inconvenience, the latest release has been published, it should be available soon.