Hello.
I have the kafka connect source running with the following properties
the query is:
MATCH (n:Note) WHERE n.createdAt > $lastCheck RETURN id(n) as id, n.id AS nid, n.createdAt AS createdAt
This never publishes data to my topic. If I change the...