sijie commented on issue #2324: Use pulsar-daemon start zookeeper will use port 
of 8080
URL: 
https://github.com/apache/incubator-pulsar/issues/2324#issuecomment-411162598
 
 
   @codelipenghui : 
   
   in zookeeper 3.5, zookeeper will start an admin server at 8080. that's why 
the port of 8080 is used.
   what you can do is adding following settings to the zookeeper configuration 
file. you can either disable zookeeper admin server, or changing the admin 
server port to a different port (e.g. 9990).
   
   ```
   admin.enableServer=true
   admin.serverPort=9990
   ```
   
   I have a pull request #2331 on adding them to configuration files.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to