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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]