gulecroc opened a new issue, #25369: URL: https://github.com/apache/pulsar/issues/25369
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Hello, I found that bookkeeper is the only component that does not enable certificates refresh by default (no `tlsCertFilesRefreshDurationSeconds` in [bookkeeper.conf](https://github.com/apache/pulsar/blob/v4.0.9/conf/bookkeeper.conf) Whereas others components enable certificates refresh by default : * [broker.conf](https://github.com/apache/pulsar/blob/v4.0.9/conf/broker.conf) ``` bookkeeperTlsCertFilesRefreshDurationSeconds=300 tlsCertRefreshCheckDurationSec=300 ``` * [proxy.conf](https://github.com/apache/pulsar/blob/v4.0.9/conf/proxy.conf) ``` tlsCertRefreshCheckDurationSec=300 ``` * [zookeeper](https://github.com/apache/pulsar/blob/v4.0.9/conf/zookeeper.conf) : ``` # Enable TLS Certificate reloading for Quorum and Server connections # Follows Pulsar's general default to reload these files. sslQuorumReloadCertFiles=true client.certReload=true ``` I'm going to create a pull request ### Solution _No response_ ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
