We are using neo4j 3.5.4 version.
We have nearly 200 nodes and relationships. We want to capture all nodes and relationships data even for all CURD operations through Kafka .
In neo4j .conf how I need to configure for all nodes and relationships fo...