Http2

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