-
Notifications
You must be signed in to change notification settings - Fork 2
Release 5.1.5 #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.1.5 #63
Conversation
added payload mode documentation
Co-authored-by: Florent Biville <445792+fbiville@users.noreply.github.com>
Co-authored-by: Florent Biville <445792+fbiville@users.noreply.github.com>
Co-authored-by: Florent Biville <445792+fbiville@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we also add a bullet point in What's New
page?
|
||
== Compatibility with Sink Connectors | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also mention that if there is a Neo4j sink connector instance which is fed from a Neo4j source connector, they should stick with EXTENDED
mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure 👍
Co-authored-by: Ali Ince <ali-ince@users.noreply.github.com>
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
|
||
== Compatibility with Sink Connectors | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do COMPACT
source data work with sinks in some circumstances?
if it never works, I'd use stronger language in the last sentence. Something like "EXTENDED
mode must be used with sinks..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, you can use it as long as you comply with COMPACT mode limitations like preventing property type changes and temporal types for protobuf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.