sijie opened a new pull request #3062: [bookie] enable bookie http server URL: https://github.com/apache/pulsar/pull/3062 *Motivation* Currently bookie http server is disabled by default. Setting the http server port to 8000 and include a vertx http server implementation to prepare enabling http server on bookie. *NOTES* Currently bookkeeper only provides two http server bindings, one is vertx, the other one is finagle server binding. both are netty based http server. so technically it doesn't introduce additional dependencies. However if people prefers a jetty implementation, I can add a jetty binding in bookkeeper. 997048c
---------------------------------------------------------------- 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
