koarz opened a new issue, #3097: URL: https://github.com/apache/brpc/issues/3097
**Is your feature request related to a problem?** 目前,bRPC 不支持 TLS 证书的热重载。当证书过期或更新时,必须重启服务器,导致服务中断。 **Describe the solution you'd like** 如果 bRPC 能够支持 TLS 证书和私钥的热加载,而无需重启服务器,将非常有用。理想情况下,这可以通过以下方式触发: 1. 发送信号(例如 SIGHUP), 2. 定期检查证书文件 3. 通过 API 调用更新。 在更换证书的同时可以继续处理正在进行的请求。 **Describe alternatives you've considered** **Additional context/screenshots** -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
