You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/20 13:12:39 UTC

[GitHub] [pulsar] Zhen-hao opened a new issue #10990: confusing documentation for bookkeeper.httpServerPort

Zhen-hao opened a new issue #10990:
URL: https://github.com/apache/pulsar/issues/10990


   On https://pulsar.apache.org/docs/en/reference-configuration/,
   Under bookkeeper.httpServerPort, it says
   ```
   The http server port to listen on. By default, the value is 8080. Use 8000 as the port to keep it consistent with prometheus stats provider.
   ```
   But the default value in the table has the value `8000`. 
   If I don't set this in the config, is it `8000` or `8080`? 


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

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



[GitHub] [pulsar] murong00 commented on issue #10990: confusing documentation for bookkeeper.httpServerPort

Posted by GitBox <gi...@apache.org>.
murong00 commented on issue #10990:
URL: https://github.com/apache/pulsar/issues/10990#issuecomment-864694029


   If you keep this value as `httpServerPort=8000` then it will use `8000` as recommended. If this value is not set, then it will use `8080` as default.


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

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



[GitHub] [pulsar] Zhen-hao commented on issue #10990: confusing documentation for bookkeeper.httpServerPort

Posted by GitBox <gi...@apache.org>.
Zhen-hao commented on issue #10990:
URL: https://github.com/apache/pulsar/issues/10990#issuecomment-864713767


   thanks!


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

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



[GitHub] [pulsar] codelipenghui closed issue #10990: confusing documentation for bookkeeper.httpServerPort

Posted by GitBox <gi...@apache.org>.
codelipenghui closed issue #10990:
URL: https://github.com/apache/pulsar/issues/10990


   


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

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



[GitHub] [pulsar] codelipenghui closed issue #10990: confusing documentation for bookkeeper.httpServerPort

Posted by GitBox <gi...@apache.org>.
codelipenghui closed issue #10990:
URL: https://github.com/apache/pulsar/issues/10990


   


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

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



[GitHub] [pulsar] murong00 commented on issue #10990: confusing documentation for bookkeeper.httpServerPort

Posted by GitBox <gi...@apache.org>.
murong00 commented on issue #10990:
URL: https://github.com/apache/pulsar/issues/10990#issuecomment-864689146


   The default value is `8080` as below:
   ```
       public int getHttpServerPort() {
           return getInt(HTTP_SERVER_PORT, 8080);
       }
   ```


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

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