Skip to content

Commit

Permalink
[type: refactor] add http client in yaml (#2978)
Browse files Browse the repository at this point in the history
* [type: refactor] add http client in yaml

* [type: refactor] add http client in yaml

* [type: refactor] add http client in yaml
  • Loading branch information
yu199195 committed Mar 4, 2022
1 parent a651e69 commit d998717
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions shenyu-bootstrap/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,41 @@ 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
# maxIdleTime: 3000
# proxy:
# host:
# port:
# username:
# password:
# nonProxyHostsPattern:
# ssl:
# useInsecureTrustManager: true
# keyStoreType: PKCS12
# keyStorePath: classpath:keystore.p12
# keyStorePassword: 123456
# keyStoreProvider:
# keyPassword: 123456
# trustedX509Certificates:
# handshakeTimeout:
# closeNotifyFlushTimeout:
# closeNotifyReadTimeout:
# defaultConfigurationType:
instance:
enabled: false
registerType: zookeeper #etcd #consul
Expand Down

0 comments on commit d998717

Please sign in to comment.