neo4j-streams
neo4j-streams copied to clipboard
Add Kafka-connect sink connector 'neo4j.cypher.dropUnwind' property
Feature description (Mandatory)
Sink connector (Kafka-connect) does not allow to skip UNWIND prefix from cypher template strategy queries. We are using Kconnect cluster in our migrations tooling and do not always want to process events. Often it is a query without unwinded events but the lack of this feature sets certain limitations to the queries we can execute means there is no way to execute DML queries such as index of constraint creation and CALLs without YIELD+RETURN.
A new neo4j.cypher.dropUnwind
property should allow to do that.