chengyouling commented on code in PR #4852: URL: https://github.com/apache/servicecomb-java-chassis/pull/4852#discussion_r2160962904
########## dynamic-config/config-kie/src/main/java/org/apache/servicecomb/config/kie/KieConfigurationSourceImpl.java: ########## @@ -103,6 +104,14 @@ public void init(Configuration localConfiguration) { updateConfiguration(WatchedUpdateResult.createIncremental(configConverter.getCurrentData(), null, null)); } + private Builder buildRequestConfigBuilder(Configuration configuration) { + RequestConfig.Builder builder = HttpTransportFactory.defaultRequestConfig(); + builder.setConnectTimeout(configuration.getInt("servicecomb.kie.client.timeout.connect", 5000)); Review Comment: fixed -- 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: commits-unsubscr...@servicecomb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org