Re: Kafka connect not loading classes from uber jar

2020-01-16 Thread Sachin Mittal
There has been similar issue raised at confluent too: https://github.com/confluentinc/cp-docker-images/issues/638 I am however not using docker, but it looks like same issue where kafka connect startup throws lot of these warning messages before starting up. Any idea how to avoid all these warnin

Kafka connect not loading classes from uber jar

2020-01-16 Thread Sachin Mittal
Hi, I am following the documentation under: https://kafka.apache.org/documentation/#connect_user https://docs.confluent.io/current/connect/userguide.html For testing I am using standalone mode. And I am using kafka_2.12-2.3.1. So I have defined: plugin.path=/path/to/plugin/dir In file: config/conn