For completeness of information, the thing that makes it works is the property NEO4J_streams_source_schema_polling_interval. In this case it's value is 10000 ms, this means that schema changes will be polled every 10 seconds or in other words how qui...
Hi LampicJ15,
here you will find a working docker-compose file which prepare an environment with:
a Neo4j instance that act as sourcea Neo4j instance that act as sinka Kafka brokera Kafka Sink Connector
docker-compose.yml
version: '3'
services:
ne...