-
Notifications
You must be signed in to change notification settings - Fork 2
Add cdc source value serialization types #48
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
Conversation
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.
I think you can also add a changelog entry for 5.1.0 release.
@@ -50,6 +50,12 @@ One of `SKIP`, `ELEMENT_ID`, `ENTITY_KEYS`, `WHOLE_VALUE`. | |||
|
|||
Default: `WHOLE_WALUE` | |||
|
|||
| neo4j.cdc.topic.\{NAME}.value-strategy | |||
| Serialisation strategy for CDC topic key. | |||
One of `CHANGE_EVENT`, `ENTITY_EVENT`. |
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.
I think we should note that sink connector with one of the CDC strategies require CHANGE_EVENT
.
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.
Left one final comment @Emrehzl94. Then we can ask @nvitucci for a review.
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. |
LGTM |
No description provided.