Skip to content

Commit 04d2313

Browse files
authored
Update contrib.sink.avro.neo4j.json
1 parent 3458c75 commit 04d2313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kafka-connect-neo4j/docker/contrib.sink.avro.neo4j.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"neo4j.authentication.basic.username": "neo4j",
1313
"neo4j.authentication.basic.password": "connect",
1414
"neo4j.encryption.enabled": false,
15-
"neo4j.topic.cypher.my-topic": "MERGE (p:Person{name: event.name, surname: event.surname}) MERGE (f:Family{name: event.surname}) MERGE (p)-[:BELONGS_TO]->(f)"
15+
"neo4j.topic.cypher.my-topic": "MERGE (p:Person{name: event.name, surname: event.surname, from: 'AVRO'}) MERGE (f:Family{name: event.surname}) MERGE (p)-[:BELONGS_TO]->(f)"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)