Skip to content

Conversation

@xwm1992
Copy link
Contributor

@xwm1992 xwm1992 commented Jul 29, 2024

Fixes #5048

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.

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

xwm1992 added 9 commits July 23, 2024 17:34
…-5040

� Conflicts:
�	eventmesh-connectors/eventmesh-connector-canal/src/main/java/org/apache/eventmesh/connector/canal/sink/connector/CanalSinkConnector.java
�	eventmesh-connectors/eventmesh-connector-canal/src/main/java/org/apache/eventmesh/connector/canal/source/EntryParser.java
…-5044

� Conflicts:
�	eventmesh-common/src/main/java/org/apache/eventmesh/common/config/connector/rdb/canal/CanalSinkConfig.java
�	eventmesh-common/src/main/java/org/apache/eventmesh/common/config/connector/rdb/canal/CanalSourceConfig.java
�	eventmesh-connectors/eventmesh-connector-canal/src/main/java/org/apache/eventmesh/connector/canal/sink/connector/CanalSinkConnector.java
�	eventmesh-connectors/eventmesh-connector-canal/src/main/java/org/apache/eventmesh/connector/canal/source/EntryParser.java
�	eventmesh-connectors/eventmesh-connector-canal/src/main/java/org/apache/eventmesh/connector/canal/source/connector/CanalSourceConnector.java

private String md5(String input) {
try {
MessageDigest md = MessageDigest.getInstance("MD5");

Check failure

Code scanning / CodeQL

Use of a broken or risky cryptographic algorithm

Cryptographic algorithm [MD5](1) is weak and should not be used.
@codecov
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 15.41%. Comparing base (70f9892) to head (53b7b8c).
Report is 125 commits behind head on master.

Files Patch % Lines
.../apache/eventmesh/common/enums/ConnectorStage.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5049      +/-   ##
============================================
- Coverage     15.91%   15.41%   -0.51%     
+ Complexity     1734     1523     -211     
============================================
  Files           897      880      -17     
  Lines         31982    32171     +189     
  Branches       2737     2916     +179     
============================================
- Hits           5089     4958     -131     
- Misses        26413    26673     +260     
- Partials        480      540      +60     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xwm1992 xwm1992 merged commit 6be28ef into apache:master Jul 30, 2024
@xwm1992 xwm1992 modified the milestones: 1.10.0, 1.11.0 Dec 19, 2024
xuhongjia pushed a commit to Deckers-Ohana/eventmesh that referenced this pull request Mar 13, 2025
…runtime (apache#5049)

* [ISSUE apache#5040] Support gtid mode for sync data with mysql

* fix conflicts with master

* fix checkstyle error

* [ISSUE apache#5044] Data synchronization strong verification in mariadb gtid mode

* fix checkstyle error

* [ISSUE apache#5048] Add report verify request to admin for connector runtime

* fix checkstyle error
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.

[Enhancement] Add report verify request to admin for connector runtime

3 participants