Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get an extra dependency to Open Source version of Apache Kafka. #569

Open
dsimile opened this issue Jul 5, 2023 · 0 comments
Open

Comments

@dsimile
Copy link

dsimile commented Jul 5, 2023

neo4j-kafka-connect-neo4j-5.0.0-kc-oss.zip is the Kafka Connect plugin for the Open Source version of Apache Kafka that needs an extra dependency in order to work. The question is, how to configure the extra dependencies. Thank you all.My Apache Kafka open source version is kafka_2.12-3.5.0.tgz, the plugin directory plugin.path has been correctly configured, and other plugins can be installed, The query through curl http://localhost:8083/connector-plugins is as follows:
[ { "class": "com.mongodb.kafka.connect.MongoSinkConnector", "type": "sink", "version": "1.10.1" }, { "class": "io.confluent.connect.elasticsearch.ElasticsearchSinkConnector", "type": "sink", "version": "14.0.6" }, { "class": "io.confluent.connect.jdbc.JdbcSinkConnector", "type": "sink", "version": "10.7.3" }, { "class": "com.github.dariobalinzo.ElasticSourceConnector", "type": "source", "version": "1.5.5" }, { "class": "com.mongodb.kafka.connect.MongoSourceConnector", "type": "source", "version": "1.10.1" }, { "class": "io.confluent.connect.jdbc.JdbcSourceConnector", "type": "source", "version": "10.7.3" }, { "class": "org.apache.kafka.connect.mirror.MirrorCheckpointConnector", "type": "source", "version": "3.5.0" }, { "class": "org.apache.kafka.connect.mirror.MirrorHeartbeatConnector", "type": "source", "version": "3.5.0" }, { "class": "org.apache.kafka.connect.mirror.MirrorSourceConnector", "type": "source", "version": "3.5.0" } ]
How to correct Configure the kafka connect neo4j plugin. Thanks.

@dsimile dsimile changed the title Open source Apache Kafka failed to configure Neo4j Connector. Failed to find any class that implements Connector and which name matches streams.kafka.connect.sink.Neo4jSinkConnector. Jul 6, 2023
@dsimile dsimile changed the title Failed to find any class that implements Connector and which name matches streams.kafka.connect.sink.Neo4jSinkConnector. How to get an extra dependency to Open Source version of Apache Kafka. Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant