You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/resources/neo4j-sink-configuration.properties
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@
13
13
# limitations under the License.
14
14
##
15
15
## Connection Properties
16
-
neo4j.topic.cdc.sourceId=Type: String;\nDescription: The topic list (separated by semicolon) that manages CDC events with the `SourceId` strategy
17
-
neo4j.topic.cdc.sourceId.labelName=Type: String;\nDescription: The label name attached to the events with the `SourceId` strategy (default SourceEvent)
18
-
neo4j.topic.cdc.sourceId.idName=Type: String;\nDescription: The id property name attached to the events with the `SourceId` strategy (default sourceId)
19
-
neo4j.topic.cdc.schema=Type: String;\nDescription: The topic list (separated by semicolon) that manages CDC events with the `Schema` strategy
16
+
neo4j.cdc.sourceId.topics=Type: String;\nDescription: The topic list (separated by semicolon) that manages CDC events with the `SourceId` strategy
17
+
neo4j.cdc.sourceId.labelName=Type: String;\nDescription: The label name attached to the events with the `SourceId` strategy (default SourceEvent)
18
+
neo4j.cdc.sourceId.idName=Type: String;\nDescription: The id property name attached to the events with the `SourceId` strategy (default sourceId)
19
+
neo4j.cdc.schema.topics=Type: String;\nDescription: The topic list (separated by semicolon) that manages CDC events with the `Schema` strategy
20
20
neo4j.batch-parallelize=Type: Boolean;\nDescription: If enabled messages are processed concurrently in the sink. \
21
21
Non concurrent execution supports in-order processing, e.g. for CDC (default true)
22
-
neo4j.topic.cud=Type: String;\nDescription: The topic list (separated by semicolon) that manages CUD events
23
-
neo4j.topic.pattern.merge-node-properties=Type: Boolean;\nDescription: If enabled nodes properties will be merged when \
22
+
neo4j.cud.topics=Type: String;\nDescription: The topic list (separated by semicolon) that manages CUD events
23
+
neo4j.pattern.node.merge-properties=Type: Boolean;\nDescription: If enabled nodes properties will be merged when \
24
24
using Sink `Node pattern` strategy (default false). In case of using Sink `Relationship pattern` strategy edge nodes properties will be merged when \
25
25
creating relationships (default false)
26
-
neo4j.topic.pattern.merge-relationship-properties=Type: Boolean;\nDescription: If enabled relationships properties will be merged when creating relationships \
26
+
neo4j.pattern.relationship.merge-properties=Type: Boolean;\nDescription: If enabled relationships properties will be merged when creating relationships \
27
27
using Sink `Relationship pattern` strategy (default false)
28
28
neo4j.batch-size=Type: Integer;\nDescription: Max number of messages processed per batch.
29
29
neo4j.batch-timeout=Type: Duration;\nDescription: Maximum amount of time a batch is allowed to be processed.
0 commit comments