You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2021/07/16 02:36:26 UTC

[bookkeeper] branch master updated: [doc] Fix typo in bookkeeper config `tslProvider` (#2751)

This is an automated email from the ASF dual-hosted git repository.

yong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 2346686  [doc] Fix typo in bookkeeper config `tslProvider` (#2751)
2346686 is described below

commit 2346686c3b8621a585ad678926adf60206227367
Author: Yang Yang <yy...@streamnative.io>
AuthorDate: Fri Jul 16 10:36:16 2021 +0800

    [doc] Fix typo in bookkeeper config `tslProvider` (#2751)
    
    It looks like an obvious typo that `tslProvider` should be `tlsProvider`, and the configuration item in the source code is also `tlsProvider`: https://github.com/apache/bookkeeper/blob/31e8d1b44ffafd867d0eb2774085e4b1141a7acb/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java#L102
---
 site/_data/config/bk_server.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_data/config/bk_server.yaml b/site/_data/config/bk_server.yaml
index e48b68f..fd4c9ea 100644
--- a/site/_data/config/bk_server.yaml
+++ b/site/_data/config/bk_server.yaml
@@ -150,7 +150,7 @@ groups:
 
 - name: TLS settings
   params:
-  - param: tslProvider
+  - param: tlsProvider
     description: TLS Provider (JDK or OpenSSL)
     default: OpenSSL
   - param: tlsProviderFactoryClass