Maven Dependency not working
Closed this issue · 3 comments
kumarchidepudi commented
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
bkinzle commented