pulsar
pulsar copied to clipboard
[improve][connector]Debezium mysql supports read-only incremental snapshot mode
Fixes #18256
Motivation
https://debezium.io/blog/2022/04/07/read-only-incremental-snapshots/
Modifications
Overwrite MySqlReadOnlyIncrementalSnapshotContext and MySqlReadOnlyIncrementalSnapshotChangeEventSource in debezium.
Verifying this change
- [x] Make sure that the change passes the CI checks.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
- [ ] Dependencies (add or upgrade a dependency)
- [ ] The public API
- [ ] The schema
- [ ] The default values of configurations
- [ ] The threading model
- [ ] The binary protocol
- [ ] The REST endpoints
- [ ] The admin CLI options
- [ ] Anything that affects deployment
Documentation
- [ ]
doc - [x]
doc-required - [ ]
doc-not-needed - [ ]
doc-complete
Matching PR in forked repository
PR in forked repository: https://github.com/sunxiaojian/pulsar/pull/1
@sunxiaojian Please add the following content to your PR description and select a checkbox:
- [ ] `doc` <!-- Your PR contains doc changes -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->
The pr had no activity for 30 days, mark with Stale label.