pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[improve][connector]Debezium mysql supports read-only incremental snapshot mode

Open sunxiaojian opened this issue 3 years ago • 1 comments

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 avatar Oct 30 '22 10:10 sunxiaojian

@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 -->

github-actions[bot] avatar Oct 30 '22 10:10 github-actions[bot]

The pr had no activity for 30 days, mark with Stale label.

github-actions[bot] avatar Jan 09 '23 02:01 github-actions[bot]