Open utterances-bot opened 4 years ago
https://eddycjy.com/posts/go/grpc-gateway/2019-06-22-grpc-gateway-tls/
hello,大佬有研究过这种模式下的优雅退出如何处理吗? grpc 因为使用 ServeHTTP() 无法使用自带的 GracefulStop() 官方推荐使用的方法 http.Server.Shutdown() 因为 h2c 劫持了连接导致 http.Server 没有等待直接退出
ServeHTTP()
GracefulStop()
http.Server.Shutdown()
「连载四」gRPC+gRPC Gateway 能不能不用证书?
https://eddycjy.com/posts/go/grpc-gateway/2019-06-22-grpc-gateway-tls/