Skip to content

Commit d690714

Browse files
committed
Merge branch 'release-5.1.5' of github.com:Emrehzl94/docs-kafka-connector into release-5.1.5
merge changes
2 parents 1e7461d + f62be3d commit d690714

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ROOT/pages/changelog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ label:functionality[]
1515
label:new[]
1616

1717
Added `neo4j.payload-mode` configuration property for source connector.
18-
| Introduced the `neo4j.payload-mode` option to define the structure of change messages. Available values are `COMPACT` and `EXTENDED`. `COMPACT` provides simpler messages but may have schema compatibility issues with property type changes, while `EXTENDED` includes type information to avoid such issues. Default is `EXTENDED`.
18+
| Introduced the `neo4j.payload-mode` option to define the structure of change messages. Available values are `COMPACT` and `EXTENDED`. `COMPACT` provides simpler messages but faces schema compatibility issues with property type changes, while `EXTENDED` includes type information to avoid such issues. Default is `EXTENDED`.
1919

2020
a|
2121
label:bug[]

modules/ROOT/pages/source/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Default: `false`
3636
Default: `1000`
3737

3838
| neo4j.payload-mode
39-
| Defines the structure of change messages. One of `COMPACT`, `EXTENDED`. `COMPACT` provides simpler messages but may face schema compatibility issues if property types change. `EXTENDED` includes type information to avoid such issues.
39+
| Defines the structure of change messages. One of `COMPACT`, `EXTENDED`. `COMPACT` provides simpler messages but faces schema compatibility issues if property types change. `EXTENDED` includes type information to avoid such issues.
4040

4141
Default: `EXTENDED`.
4242
|===

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)