merlimat commented on a change in pull request #5042: [pulsar-broker] add broker-bookie mTLS support URL: https://github.com/apache/pulsar/pull/5042#discussion_r317815507
########## File path: conf/standalone.conf ########## @@ -280,6 +280,35 @@ bookkeeperClientSecondaryIsolationGroups= # else broker will include bookkeeperClientSecondaryIsolationGroups bookies in isolated list. bookkeeperClientMinAvailableBookiesInIsolationGroups= +# Set the client security provider factory class name. +# Default: org.apache.bookkeeper.tls.TLSContextFactory +bookkeeperTLSProviderFactoryClass= Review comment: ```suggestion bookkeeperTLSProviderFactoryClass=org.apache.bookkeeper.tls.TLSContextFactory ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
