-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support debezium records with raw data (MongoDB records) (#870)
* allow raw data in debezium records * support debezium mongo updates & deletes * allow null values in parsejson processor * refactor metadata unwrap, use structured data for patch field * simplify parsejson * replace after with patch * put patch and filter in metadata if present * use generic approach to put unknown debezium fields into metadata --------- Co-authored-by: Samir Ketema <[email protected]>
- Loading branch information
1 parent
4343858
commit 0e04d77
Showing
4 changed files
with
309 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.