neo4j-streams icon indicating copy to clipboard operation
neo4j-streams copied to clipboard

Add Kafka-connect sink connector 'neo4j.cypher.dropUnwind' property

Open igorvoltaic opened this issue 2 years ago • 0 comments

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.

igorvoltaic avatar Dec 06 '22 09:12 igorvoltaic