Skip to content

Commit c1c29be

Browse files
authored
Update readme.adoc
1 parent 02783ac commit c1c29be

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

kafka-connect-neo4j/docker/readme.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

107107
In 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

176174
This 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

346341
The `Pattern` strategy allows you to extract nodes and relationships from a json by providing a extraction pattern

0 commit comments

Comments
 (0)