neo4j-contrib / neo4j-streams

Neo4j Kafka Connector
https://neo4j.com/docs/kafka
Apache License 2.0
173 stars 71 forks source link

4.1.x plugin not working on neo4j 4.3 or 4.2 #531

Open alphadever opened 2 years ago

alphadever commented 2 years ago

Expected Behavior (Mandatory)

upon modifying a property in neo, a CDC event should get sent to the configured Kafka topic.

Actual Behavior (Mandatory)

CDC messages are not simply being sent to the Kafka topic

How to Reproduce the Problem

  1. Create DB with neo4j versions 4.3 or 4.2.
  2. install neo4j plugin either from the neo4j desktop plugin section or download the one from github.
  3. update the .conf file such that CDC events get triggered upon changing a node property
  4. you'll see that kafka event does not get sent

Versions

mroiter-larus commented 2 years ago

Hi @alphadever,

How did you edit the .conf file? I mean, did you edit the neo4j.conf or did you create a new streams.conf? Could you please share the plugin configuration that you set to enable CDC?

Thanks, Mauro