qianye1001 opened a new issue, #8599: URL: https://github.com/apache/rocketmq/issues/8599
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary When the proxy shutdown, gRPC services utilize the HTTP2 GO_AWAY mechanism to gracefully shut down. However, the current implementation of the GO_AWAY mechanism in the remoting protocol still has some unresolved issues, including the lack of server-side logging, repeated channel recreation, and the GO_AWAY only can be received once by client. ### Motivation Optimize the graceful shutdown for the proxy remoting protocol server. ### Describe the Solution You'd Like 1. add log when proxy write response code GO_AWAY 2. make client recognize GO_AWAY more then once. ### Describe Alternatives You've Considered need more discuss ### Additional Context _No response_ -- 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]
