Chunking is an issue. The service which needs to do the chunk is an onpremise service. It pushes it's data threw node-red and if node-red fails in the middle of chunking the on-premise service will not know about the failure.
but if I just push all the events after the neo4j update into an event source then I can process them even if node-red is failed or neo4j is failed or so.