You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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 iskafka_2.12-3.5.0.tgz
, the plugin directoryplugin.path
has been correctly configured, and other plugins can be installed, The query throughcurl 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.
The text was updated successfully, but these errors were encountered: