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

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


The following commit(s) were added to refs/heads/master by this push:
     new ba851d3784f [feat][bookkeeper] add certs refresh (#25370)
ba851d3784f is described below

commit ba851d3784f3a8c8a2dca12ed9b6fb9052f999eb
Author: gulecroc <[email protected]>
AuthorDate: Mon Mar 23 09:49:15 2026 +0100

    [feat][bookkeeper] add certs refresh (#25370)
---
 conf/bookkeeper.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/bookkeeper.conf b/conf/bookkeeper.conf
index 7d1c67eb882..a482a28cc75 100644
--- a/conf/bookkeeper.conf
+++ b/conf/bookkeeper.conf
@@ -223,6 +223,9 @@ forceAllowCompaction=true
 # Bookie Truststore password path, if the trust store is protected by a 
password.
 # tlsTrustStorePasswordPath=null
 
+# Tls cert refresh duration in seconds (0 to disable check)
+tlsCertFilesRefreshDurationSeconds=300
+
 #############################################################################
 ## Long poll request parameter settings
 #############################################################################
@@ -784,4 +787,4 @@ dbStorage_rocksDB_blockSize=65536
 dbStorage_rocksDB_bloomFilterBitsPerKey=10
 dbStorage_rocksDB_numLevels=-1
 dbStorage_rocksDB_numFilesInLevel0=4
-dbStorage_rocksDB_maxSizeInLevel1MB=256
\ No newline at end of file
+dbStorage_rocksDB_maxSizeInLevel1MB=256

Reply via email to