hiberabyss opened a new issue #1530: URL: https://github.com/apache/incubator-brpc/issues/1530
在 k8s 场景里,会通过 brpc client 用 service 地址去连接下游的服务,如果使用的是长连接的话,在 service 对应的 pod 发布的时候,还会有请求持续不断地打到旧 pod 里,直到它被完全关闭。 能否提供一个机制让连接每隔几秒就自动重建一下 (类似 nginx 里的 keep_alive 的机制),这样让 service 里的旧 pod 保存特定的时间就可以实现无损发布。 -- 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]
