sijie commented on a change in pull request #7910: URL: https://github.com/apache/pulsar/pull/7910#discussion_r478548802
########## File path: conf/broker.conf ########## @@ -624,6 +624,9 @@ bookkeeperClientTimeoutInSeconds=30 # Using a value of 0, is disabling the speculative reads bookkeeperClientSpeculativeReadTimeoutInMillis=0 +# Number of channels per bookie +bookkeeperNumberOfChannelsPerBookie=16 Review comment: I am not sure 16 is a good default value. Can't we just set the default value to 1? ---------------------------------------------------------------- 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: us...@infra.apache.org