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/22 05:52:58 UTC

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

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