neo4j-streams
neo4j-streams copied to clipboard
4.1.x plugin not working on neo4j 4.3 or 4.2
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
- Create DB with neo4j versions 4.3 or 4.2.
- install neo4j plugin either from the neo4j desktop plugin section or download the one from github.
- update the .conf file such that CDC events get triggered upon changing a node property
- you'll see that kafka event does not get sent
Versions
- OS: mac-os M1 Arch
- Neo4j: 4.3 || 4.2
- Neo4j-Streams: 4.1.x
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