Skip to content

Commit 5514521

Browse files
committed
add requested changes
1 parent 51ed57d commit 5514521

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

modules/ROOT/pages/source/payload-mode.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ For example, a string field will be represented as:
182182

183183
== Compatibility with Sink Connectors
184184

185-
The `EXTENDED` format was introduced in connector version 5.1.0 to ensure that all data published to Kafka topics adheres to a consistent schema. This prevents issues when a property changes type on the Neo4j side (e.g., a name property changes from integer to string), enabling smooth data processing across connectors and Kafka consumers.
185+
The `EXTENDED` format was introduced in connector version 5.1.0 to ensure that all data published to Kafka topics adheres to a consistent schema. This prevents issues when a property changes type on the Neo4j side (e.g., a name property changes from integer to string), enabling smooth data processing across connectors and Kafka consumers. When a Neo4j sink connector is fed by a Neo4j source connector, it’s recommended to use `EXTENDED` mode, as the Neo4j sink connector can seamlessly handle the `EXTENDED` data type.

modules/ROOT/pages/whats-new.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ It is no longer possible to turn off this behavior in the connector itself, and
2525

2626
* It is now possible to ignore stored offsets by setting `neo4j.ignore-stored-offset` to `true` if required.
2727

28+
* The new `payload.mode` configuration provides options to control the payload structure:
29+
30+
** **`EXTENDED`**: Provides detailed data and type information, ensuring compatibility even if property types change.
31+
32+
** **`COMPACT`**: Provides a simpler, lightweight format with only essential fields, best used when schema compatibility or complex types aren’t needed.
33+
2834
== Sink
2935

3036
* Changes are now applied in the order they are received from Kafka Connect, grouped by their topics.

0 commit comments

Comments
 (0)