Skip to content

Commit 579cdde

Browse files
authored
docs: add introduced label for payload-mode feature (#69)
* docs: add introduced label for payload-mode feature * docs: remove newline
1 parent 789342f commit 579cdde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/ROOT/pages/source/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Default: `1000`
3838
| neo4j.payload-mode
3939
| 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

41-
Default: `EXTENDED`.
41+
Default: `EXTENDED`. label:new[Introduced in 5.1.5]
4242
|===
4343

4444
== CDC Strategy Settings

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Kafka Source Connector: Payload Mode Configuration
2+
:page-role: new-5.1.5
23

34
The Kafka Source Connector for Neo4j supports two payload modes to control the format of data serialized and published to Kafka topics: `EXTENDED` and `COMPACT`. This feature is configurable through the `neo4j.payload-mode` property, allowing users to select the preferred serialization format based on data requirements.
45

0 commit comments

Comments
 (0)