neo4j-streams icon indicating copy to clipboard operation
neo4j-streams copied to clipboard

4.1.x plugin not working on neo4j 4.3 or 4.2

Open alphadever opened this issue 3 years ago • 1 comments

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

  • OS: mac-os M1 Arch
  • Neo4j: 4.3 || 4.2
  • Neo4j-Streams: 4.1.x

alphadever avatar Feb 19 '22 20:02 alphadever

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

mroiter-larus avatar Feb 28 '22 08:02 mroiter-larus