To whom it may concern, I’m currently running an Apache Kafka cluster with version 4.0.0 with a distributed architecture (active-passive setup). While configuring the Kafka source connector to my MariaDB, the logs showed that
WARN One or more plugins are missing ServiceLoader manifests may not be usable with plugin.discovery=service_load: … I have explicitly defined the plugin.path in my connect-distributed.properties as such: plugin.path=~/kafka_2.13-4.0.0/plugins ,where my mariadb-java-client-3.5.5 jar is present. I’ve tested with kafka_2.13-3.7.1 and realized that I was able to consume the data from my MariaDB via HeidiSQL but not with v4.0.0. Would appreciate if you can help to provide some guidance on how I can move forward with this. Thanks! Best regards, Edwin