You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/08/23 09:13:02 UTC

[GitHub] [bookkeeper] nicoloboschi commented on a change in pull request #2769: Support specifying bookie http port as a command argument

nicoloboschi commented on a change in pull request #2769:
URL: https://github.com/apache/bookkeeper/pull/2769#discussion_r693799127



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/server/Main.java
##########
@@ -76,6 +76,7 @@
         BK_OPTS.addOption("z", "zkserver", true, "Zookeeper Server");
         BK_OPTS.addOption("m", "zkledgerpath", true, "Zookeeper ledgers root path");
         BK_OPTS.addOption("p", "bookieport", true, "bookie port exported");
+        BK_OPTS.addOption("httpport", true, "bookie http port exported");

Review comment:
       "hp" as short-hand ?




-- 
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: issues-unsubscribe@bookkeeper.apache.org

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