AlexStocks commented on code in PR #76:
URL:
https://github.com/apache/dubbo-go-pixiu-samples/pull/76#discussion_r2109531491
##########
dubbogo/simple/nacos_farconf/nacos/nacos.yaml:
##########
@@ -26,35 +26,35 @@ static_resources:
address: "0.0.0.0"
port: 8881
filter_chains:
- filters:
- - name: dgp.filter.httpconnectionmanager
- config:
- route_config:
- routes:
- - match:
- prefix: "*"
- http_filters:
- - name: dgp.filter.http.dubboproxy
- config:
- dubboProxyConfig:
- auto_resolve: true
- registries:
- "zookeeper":
- protocol: "zookeeper"
- timeout: "3s"
- address: "127.0.0.1:2181"
- username: ""
- password: ""
- timeout_config:
- connect_timeout: 5s
- request_timeout: 5s
+ filters:
+ - name: dgp.filter.httpconnectionmanager
+ config:
+ route_config:
+ routes:
+ - match:
+ prefix: "*"
+ http_filters:
+ - name: dgp.filter.http.dubboproxy
+ config:
+ dubboProxyConfig:
+ auto_resolve: true
+ registries:
+ "zookeeper":
+ protocol: "zookeeper"
+ timeout: "3s"
+ address: "127.0.0.1:2181"
+ username: ""
+ password: ""
+ timeout_config:
+ connect_timeout: 5s
+ request_timeout: 5s
- server_name: "test_http_dubbo"
- generate_request_id: false
+ server_name: "test_http_dubbo"
+ generate_request_id: false
config:
- idle_timeout: 5s
- read_timeout: 5s
- write_timeout: 5s
+ idle_timeout: 123s
Review Comment:
为何把时长拉这么长?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]