File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
kafka-connect-neo4j/docker Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ We'll define the Sink configuration in two ways:
101101
102102[source,json]
103103----
104- include::contrib.sink.neo4j.json[]
104+ include::contrib.sink.avro. neo4j.json[]
105105----
106106
107107In particular this line:
@@ -169,8 +169,6 @@ and click to the **Sink** tab. You must find a table just like this:
169169|my-topic
170170|===
171171
172- <<<<<<< HEAD
173- =======
174172==== Change Data Capture Event
175173
176174This method allows to ingest CDC events coming from another Neo4j Instance. You can use two strategies:
@@ -338,9 +336,6 @@ In case of relationship
338336}
339337----
340338
341- the `Schema` strategy leverages the `ids` fields in order to insert/update the relationships so no extra fields will be created.
342- >>>>>>> b5d68c7... fixes #99: Provide a roundtrip-sink-config (#169)
343-
344339===== The `Pattern` strategy
345340
346341The `Pattern` strategy allows you to extract nodes and relationships from a json by providing a extraction pattern
You can’t perform that action at this time.
0 commit comments