yhs0092 commented on issue #3607: URL: https://github.com/apache/servicecomb-java-chassis/issues/3607#issuecomment-1409964900
> 一个微服务同时会使用 HTTP1和HTTP2访问其他微服务的场景? 目前没有看到这样的样例, 但 Java-Chassis 实际上是支持HTTP/1.1 和 HTTP/2 混合的场景的吧? 比如A调用B和C, B已经切换到HTTP/2了, 而C还是HTTP/1.1的. 所以我感觉这里分别计算会更灵活一些. 另外, 即使对于仅 HTTP/2 的场景, 这里的配置也比较反直觉的. 因为业务会发现Java-Chassis自动推断出来的 keepAlive 超时时间是基于 HTTP/1.1 的idle超时时间算的, 而业务如果仅使用 HTTP/2 传输, 他们一般也只会配置 HTTP/2 的idle超时时间? -- 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]
