You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/01 10:15:58 UTC

[GitHub] [rocketmq-connect] sunxiaojian opened a new pull request, #152: [ISSUE #93] Connect plugins supports CDC mode, such as MySQL binlog

sunxiaojian opened a new pull request, #152:
URL: https://github.com/apache/rocketmq-connect/pull/152

   一. 增加kafka  connect source适配,做record到 rocketmq的转换
   二. 让 kafka 原有的 transform可以执行
   三. 适配debezium所有的支持的插件,主要适配offset和 db history的处理方式
   四. mysql测试通过,流程无误


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] odbozhou commented on a diff in pull request #152: [ISSUE #93] Connect plugins supports CDC mode, such as MySQL binlog

Posted by GitBox <gi...@apache.org>.
odbozhou commented on code in PR #152:
URL: https://github.com/apache/rocketmq-connect/pull/152#discussion_r903307082


##########
rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/StandaloneConnectStartup.java:
##########
@@ -59,6 +59,7 @@ public class StandaloneConnectStartup {
     public static Properties properties = null;
 
     public static void main(String[] args) {
+        args = new String[]{"-c /Users/sunxiaojian/Desktop/test-config/connect-standalone-copy.conf"};

Review Comment:
   test code?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] odbozhou merged pull request #152: [ISSUE #93] Connect plugins supports CDC mode, such as MySQL binlog

Posted by GitBox <gi...@apache.org>.
odbozhou merged PR #152:
URL: https://github.com/apache/rocketmq-connect/pull/152


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org