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/08/15 07:03:24 UTC

[GitHub] [rocketmq-connect] Oliverwqcwrw commented on a diff in pull request #243: [ISSUE #242] update port

Oliverwqcwrw commented on code in PR #243:
URL: https://github.com/apache/rocketmq-connect/pull/243#discussion_r945469770


##########
rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/config/ConnectConfig.java:
##########
@@ -113,7 +113,7 @@ public void setBrokerSuspendMaxTimeMillis(int brokerSuspendMaxTimeMillis) {
     /**
      * Http port for REST API.
      */
-    private int httpPort = 8081;
+    private int httpPort = 8082;

Review Comment:
   I notice the port above README and config file is 8082



##########
rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/config/ConnectConfig.java:
##########
@@ -113,7 +113,7 @@ public void setBrokerSuspendMaxTimeMillis(int brokerSuspendMaxTimeMillis) {
     /**
      * Http port for REST API.
      */
-    private int httpPort = 8081;
+    private int httpPort = 8082;

Review Comment:
   I notice the port above README and config file is 8082



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