xionghanhan opened a new issue, #8576: URL: https://github.com/apache/apisix/issues/8576
### Description 试了两种情况 1.直接客户端并发调用超过200,不经过网关,不会报这个rpc error: code = Unavailable desc = the connection is draining错误。 2.经过apisix网关转发调用,超过并发200就会报这个rpc error: code = Unavailable desc = the connection is draining错误。 我怀疑是连接池的配置问题,但是我修改连接池的参数,并发的次数还是超过200就会报错,所以很疑惑,期望可以解答一下。 ### Environment 1.使用docker部署的apisix。 2.docker部署两个grpc服务 3.镜像版本:apache/apisix:2.12.0-alpine 4.apisix-dashboard配置如下图  -- 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]
