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

Route all node/relationships to a topic

Open conker84 opened this issue 5 years ago • 2 comments

We need to manage cases like this for both nodes/relationships: streams.source.topic.relationships.<TOPIC_NAME>={*}

So if I want to track CDC on Neo4j and someone adds a new relationship, that will sent out to Kafka automatically

thanks to @davidfauth

conker84 avatar Aug 07 '19 19:08 conker84

I guess that's something that we can add generically both for labels and rel-types and to be consistent perhaps use: :*{*} ?

jexp avatar Aug 14 '19 10:08 jexp

@jexp @conker84 this is a very useful case for CUD also. We are looking for this approach but currently is not supported, it would be great if anyone can do this :smiley:

Kavan72 avatar Aug 22 '22 13:08 Kavan72