-
Notifications
You must be signed in to change notification settings - Fork 187
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
DBZ-8256: How detect data mutation patterns with Debezium #1065
Conversation
🎊 PR Preview has been successfully built and deployed to https://debezium-debezium-github-io-preview-pr-1065.surge.sh |
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.
A really good read @mfvitale, I left just a few inline comments. Feel free to merge yourself once you feel this is ready.
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
Thank you! Very appreciated. |
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 I found 2 typos. Great work @mfvitale !
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc
Outdated
Show resolved
Hide resolved
Thansk @vjuranek for the review. Appreciated. |
closes: https://issues.redhat.com/browse/DBZ-8256
Example code PR: debezium/debezium-examples#359