Closed inancgumus closed 7 years ago
Interesting thing is: When I try to query the registered plugins, MongoSinkConnector appears there!
$ curl -sX GET http://localhost:8083/connector-plugins/ | jq
[
{
"class": "com.startapp.data.MongoSinkConnector"
},
{
"class": "org.apache.kafka.connect.file.FileStreamSinkConnector"
},
{
"class": "org.apache.kafka.connect.file.FileStreamSourceConnector"
}
]
Hi,
I see you are using Kafka 10, The jar is for Kafka 9, You can build it from source for Kafka 10.
Any way i will build it myself for 10 and upload the new jar.
Raz
I followed the README, when I try to register the connector, the following errors appear. Where am I doing wrong?
I copied the jar into the project folder and added to CLASSPATH. Zookeeper, kafka and even schema-registry is actively listening.
connect-distributed.properties:
mongo_connector_configs.json
I even tried to create the mongo testdb with some bogus data.
ERROR MESSAGES WHEN I TRY TO REGISTER: