mark4z commented on PR #554:
URL: https://github.com/apache/dubbo-go-pixiu/pull/554#issuecomment-1501047724
```yaml
---
static_resources:
listeners:
- name: "net/http"
protocol_type: "HTTP"
address:
socket_address:
address: "0.0.0.0"
port: 8888
filter_chains:
filters:
- name: dgp.filter.httpconnectionmanager
config:
route_config:
routes:
- match:
prefix: "/count"
route:
cluster: "count"
cluster_not_found_response_code: 505
http_filters:
- name: dgp.filter.http.httpproxy
config:
config:
idle_timeout: 5s
read_timeout: 5s
write_timeout: 5s
clusters:
- name: "count"
lb_policy: "MaglevHashing"
endpoints:
- id: 1
socket_address:
address: localhost
port: 8080
- id: 2
socket_address:
address: localhost
port: 8081
- id: 3
socket_address:
address: localhost
port: 8082
- id: 4
socket_address:
address: localhost
port: 8083
- id: 5
socket_address:
address: localhost
port: 8084
shutdown_config:
timeout: "60s"
step_timeout: "10s"
reject_policy: "immediacy"
```
--
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]