Skip to content

Conversation

@mxsm
Copy link
Member

@mxsm mxsm commented Sep 24, 2023

Fixes #4439

Motivation

Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.

Modifications

Describe the modifications you've done.

  • Support source connector jdbc handle CDC for mysql

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

@mxsm mxsm requested review from qqeasonchen and xwm1992 September 24, 2023 15:42
@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Merging #4457 (745af87) into master (f8d4023) will decrease coverage by 0.40%.
The diff coverage is 0.00%.

❗ Current head 745af87 differs from pull request most recent head a491324. Consider uploading reports for the commit a491324 to get more accurate results

@@             Coverage Diff              @@
##             master    #4457      +/-   ##
============================================
- Coverage     15.98%   15.58%   -0.40%     
- Complexity     1475     1476       +1     
============================================
  Files           690      698       +8     
  Lines         27480    28196     +716     
  Branches       2567     2633      +66     
============================================
+ Hits           4392     4394       +2     
- Misses        22640    23355     +715     
+ Partials        448      447       -1     
Files Changed Coverage Δ
...va/org/apache/eventmesh/common/utils/LogUtils.java 0.00% <0.00%> (ø)
...g/apache/eventmesh/connector/jdbc/DataChanges.java 0.00% <0.00%> (ø)
...ache/eventmesh/connector/jdbc/JdbcConnectData.java 0.00% <0.00%> (ø)
...a/org/apache/eventmesh/connector/jdbc/Payload.java 0.00% <0.00%> (ø)
...va/org/apache/eventmesh/connector/jdbc/Schema.java 0.00% <0.00%> (ø)
...ventmesh/connector/jdbc/event/DeleteDataEvent.java 0.00% <0.00%> (ø)
...h/connector/jdbc/event/GeneralDataChangeEvent.java 0.00% <0.00%> (ø)
...connector/jdbc/event/GeneralSchemaChangeEvent.java 0.00% <0.00%> (ø)
...ventmesh/connector/jdbc/event/UpdateDataEvent.java 0.00% <0.00%> (ø)
...esh/connector/jdbc/source/JdbcSourceConnector.java 0.00% <0.00%> (ø)
... and 20 more

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xwm1992 xwm1992 merged commit ce15df9 into apache:master Sep 26, 2023
@mxsm mxsm deleted the feat-mysql-cdc-4439 branch September 30, 2023 08:18
@pandaapo pandaapo added this to the 1.10 milestone Dec 5, 2023
xuhongjia pushed a commit to Deckers-Ohana/eventmesh that referenced this pull request Mar 13, 2025
…apache#4457)

* [ISSUE apache#4439]Support source connector jdbc handle CDC for mysql

* fix code style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Support source connector jdbc handle CDC for mysql

4 participants