huiqing-wang commented on issue #7572: URL: https://github.com/apache/gravitino/issues/7572#issuecomment-3036667176
Gravitino Client established an HTTP connection with the server using the httpcomponents-5.2.1 to create RestClient. Two default parameters, maxConnTotal=25 and maxConnPerRoute=5, were used to create the client connection pool; `public static final int DEFAULT_MAX_TOTAL_CONNECTIONS = 25; public static final int DEFAULT_MAX_CONNECTIONS_PER_ROUTE = 5;` The source code and testing phenomena are completely consistent. May I ask if parameter settings can be made in Gravitino? (I don't think the code has an interface for setting parameters.) Do we have a plan to upgrade the functionality? @yuqi1129 -- 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]
