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 06:10:54 UTC

[GitHub] [rocketmq-connect] odbozhou commented on a diff in pull request #158: [ISSUE #155] Optimize the record converter parser

odbozhou commented on code in PR #158:
URL: https://github.com/apache/rocketmq-connect/pull/158#discussion_r903317541


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