funky-eyes commented on PR #7492: URL: https://github.com/apache/incubator-seata/pull/7492#issuecomment-3031167158
> > I think we should first upgrade the HTTP client to version 5, so that the client can conveniently use HTTP/2 requests. > > Do I only need to upgrade raft, or should I upgrade common as well? Currently, it appears we only need to upgrade the HTTP client utility class in common, and then this PR will implement real-time response delivery to clients through HTTP/2's bidirectional capabilities. Additionally, we need to implement another PR to integrate the Raft implementation in discovery with the new version of the HTTP client, and upgrade the protocol based on the server version in the metadata (note that the version might be null in version 2.0). -- 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]
