Skip to content

Commit f62be3d

Browse files
Emrehzl94fbiville
andauthored
Update modules/ROOT/pages/source/payload-mode.adoc
Co-authored-by: Florent Biville <445792+fbiville@users.noreply.github.com>
1 parent 2c905fc commit f62be3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Kafka Source Connector for Neo4j supports two payload modes to control the f
66

77
The `neo4j.payload-mode` configuration offers the following options:
88

9-
* **`EXTENDED` (Default)**: Provides a detailed structure for each property, supporting schema compatibility and consistency. This format is especially useful in cases where schema changes (such as type conversions) or temporal types are present, ensuring data consistency across changes.
9+
* **`EXTENDED` (Default)**: Provides a detailed structure for each property, supporting schema compatibility and consistency. This format is especially useful in cases where schema changes (such as property type changes) or temporal types are present, ensuring data consistency across changes.
1010

1111
* **`COMPACT`**: Produces a simpler format that only includes the essential fields. This format is lighter and may be preferable when schema compatibility or complex data types are not required.
1212

0 commit comments

Comments
 (0)