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/06 11:21:05 UTC

[GitHub] [rocketmq-connect] Oliverwqcwrw opened a new issue, #242: Inconsistent http port

Oliverwqcwrw opened a new issue, #242:
URL: https://github.com/apache/rocketmq-connect/issues/242

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   I notice the port of source code is 8081 but in the config file is 8082
   
   >  
       code:
       /**
        * Http port for REST API.
        */
       private int httpPort = 8081;
   
       config file:
       ## Http port for user to access REST API
       httpPort=8082
   
   If the user is debugging with source code, launching the Connector according to ReadME will report an error
   
   - What is expected to see?
   
   The port of source code is consistent with config file
   
   - What did you see instead?
   
   it is inconsistent
   
   2. Please tell us about your environment:
   
   master
   
   4. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   


-- 
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.apache.org

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


[GitHub] [rocketmq-connect] odbozhou closed issue #242: Inconsistent http port

Posted by GitBox <gi...@apache.org>.
odbozhou closed issue #242: Inconsistent http port
URL: https://github.com/apache/rocketmq-connect/issues/242


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