Hi all, i'm trying a super simple test integration between kafka and neo4j using neo4j sink plugin but simply not work.
This are my test configuration:
kafka.bootstrap.servers=127.0.0.1:9092
kafka.auto.offset.reset=earliest
kafka.group.id=neo4j
kafka...