neo4j-streams
neo4j-streams copied to clipboard
Route all node/relationships to a topic
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
I guess that's something that we can add generically both for labels and rel-types
and to be consistent perhaps use: :*{*}
?
@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: