vy commented on PR #2767:
URL: https://github.com/apache/logging-log4j2/pull/2767#issuecomment-2253178899

   I'm not in favor of repurposing `monitorInterval` to periodically reload SSL 
key and trust stores, because
   
   * This convolutes the meaning of `monitorInterval`
   * Polling interval of Log4j configuration file for changes != polling 
interval of an external resource for changes
   
   @MichaelMorrisEst, @ppkarwasz, what do you think of the following instead?
   
   1. Add the `reloadInterval` property (of type `Duration`) to 
`SslConfiguration`
   1. Use `Configuration#getScheduler().schedule()` periodically update 
`SslConfiguration#sslContext`


-- 
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]

Reply via email to