AhahaGe commented on a change in pull request #2978:
URL: https://github.com/apache/incubator-shenyu/pull/2978#discussion_r819401288



##########
File path: shenyu-bootstrap/src/main/resources/application.yml
##########
@@ -86,6 +86,39 @@ shenyu:
         writeSpinCount: 16
         autoRead: true
         allocType: "pooled"
+  #  httpclient:
+  #    strategy: webClient
+  #    connectTimeout: 45000
+  #    responseTimeout: 3000
+  #    readerIdleTime: 3000
+  #    writerIdleTime: 3000
+  #    allIdleTime: 3000
+  #    readTimeout: 3000
+  #    writeTimeout: 3000
+  #    wiretap: false
+  #    keepAlive: false
+  #    pool:
+  #      type: ELASTIC
+  #      name: proxy
+  #      maxConnections: 16
+  #      acquireTimeout: 45000

Review comment:
       maybe need 
   /**
            * Time in millis after which the channel will be closed,
            * if NULL there is no max idle time.
            */
           private Long maxIdleTime;

##########
File path: shenyu-bootstrap/src/main/resources/application.yml
##########
@@ -86,6 +86,39 @@ shenyu:
         writeSpinCount: 16
         autoRead: true
         allocType: "pooled"
+  #  httpclient:
+  #    strategy: webClient
+  #    connectTimeout: 45000
+  #    responseTimeout: 3000
+  #    readerIdleTime: 3000
+  #    writerIdleTime: 3000
+  #    allIdleTime: 3000
+  #    readTimeout: 3000
+  #    writeTimeout: 3000
+  #    wiretap: false
+  #    keepAlive: false
+  #    pool:
+  #      type: ELASTIC
+  #      name: proxy
+  #      maxConnections: 16
+  #      acquireTimeout: 45000
+  #    proxy:
+  #      host:
+  #      port:
+  #      username:
+  #      password:
+  #      nonProxyHostsPattern:
+  #    ssl:
+  #      useInsecureTrustManager: true
+  #      keyStoreType: PKCS12
+  #      keyStorePath: classpath:keystore.p12
+  #      keyStorePassword: 123456
+  #      keyPassword: 123456
+  #      trustedX509Certificates:
+  #      handshakeTimeout:
+  #      closeNotifyFlushTimeout:
+  #      closeNotifyReadTimeout:
+  #      defaultConfigurationType:      

Review comment:
       maybe need keyStoreProvider
   
   /** 
            * Keystore provider for netty httpClient and webclient.
            */
           private String keyStoreProvider;




-- 
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]


Reply via email to