moremind opened a new issue, #3495: URL: https://github.com/apache/incubator-shenyu/issues/3495
### Description In SpringBoot upgrade, elastic and fixed pool have remove from reactor-netty 0.9.4, if you want to use elastic connection pool, you must build elastic and fixed pool by your hand. I have build fixed connection pool, but reactor-netty do not release new version. so, I can't build elastic connection pool. Build elastic connection pool will wait reactor-netty version. ### Task List 1. In `org.apache.shenyu.springboot.starter.plugin.httpclient.HttpClientPluginConfiguration.java` build elastic connection pool and review the fixed connection pool builder.make sure shenyu is normal. 2. remove todo list in `org.apache.shenyu.springboot.starter.plugin.httpclient.HttpClientPluginConfiguration.java`. -- 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]
