The question is self-explanatory. I'd like to ask if the libraries for C++, Python, etc. will of gRPC will automatically use HTTP/3 once it's introduced?
-
Given that it is a change in the transport layer, most likely the changes will be transparent to the user. You have a proposal in here: github.com/grpc/proposal/blob/master/G2-http3-protocol.md I guess there will be some new/changed configuration options on connecting though. In any case, hard to certainly know at this point.Gerard Garcia– Gerard Garcia2022-07-26 06:55:28 +00:00Commented Jul 26, 2022 at 6:55
-
I've confirmed it'll just be a line of code and we'll have minimal changes to make by someone working on this stuff. Thanks!Shuaib Hussain– Shuaib Hussain2022-07-31 17:53:51 +00:00Commented Jul 31, 2022 at 17:53
Add a comment
|