Use triggers to queue data

Hi!
I have a scenario where I would like to queue nodes with certain labels to an apache kafka queue when they are created.
Is it possible to do this with apoc.triggers without having to write a custom java trigger handler, as described in Triggers in Neo4j | Max De Marzi.
It has been 5 years so maybe stuff has happened :)

You could consider the Neo4J Streams plugin:
https://neo4j.com/docs/labs/neo4j-streams/current/#_project_overview

Drop plugin jar to folder then configure kafka connection and which labels you want sent.

1 Like

The existence of that plugin had slipped by me.. thanks.. Ill look into it!