merlimat closed pull request #1979: Fix typo in bookkeeper.conf URL: https://github.com/apache/incubator-pulsar/pull/1979
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/conf/bookkeeper.conf b/conf/bookkeeper.conf index 95620773b8..6742c365bf 100644 --- a/conf/bookkeeper.conf +++ b/conf/bookkeeper.conf @@ -52,7 +52,7 @@ minUsableSizeForIndexFileCreation=1073741824 # Configure a specific hostname or IP address that the bookie should use to advertise itself to # clients. If not set, bookie will advertised its own IP address or hostname, depending on the -# listeningInterface and `seHostNameAsBookieID settings. +# listeningInterface and useHostNameAsBookieID settings. advertisedAddress= # Whether the bookie allowed to use a loopback interface as its primary ---------------------------------------------------------------- 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
