Http2
配置项 | 默认值 | 含义 | 注意 |
---|---|---|---|
servicecomb.rest.client.http2.useAlpnEnabled | true | 是否启用 ALPN | |
servicecomb.rest.client.http2.multiplexingLimit | -1 | 一条连接中,同时支持的最大的stream并发量,-1表示不限制 | 以server端的concurrentStreams和client端的multiplexingLimit较小值为准 |
servicecomb.rest.client.http2.maxPoolSize | 1 | 每个连接池中,对每一个IP:Port最多建立的连接数 | |
servicecomb.rest.client.http2.idleTimeoutInSeconds | 0 | 空闲连接的超时时间,超时后会关闭连接 |