pigdance commented on issue #5661: URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-823109061
> Reuse http connection? The http connection is a short connection, why should it be reused? 我是基于stream load 做并发同步数据,每次创建http连接比较费时间,所以我想维持一定数量连接到连接池里,然后在连接池重复使用。 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
