Alanxtl opened a new pull request, #668:
URL: https://github.com/apache/dubbo-go-pixiu/pull/668
<!-- Thanks for sending a pull request!
-->
**What this PR does**:
- fix #667: now can specify the domains field in the conf file as endpoint
address.
- feat: Now can specify the protocol field in the conf file as the target
protocol to be checked by health_checks, previewsly protocol only supports for
tcp and the ```protocol``` field is neglected. Currently only supports
tcp/http/https, for example:
```yaml
health_checks:
- protocol: "https"
timeout: 1s
interval: 2s
healthy_threshold: 4
unhealthy_threshold: 4
```
The new implmented health check also support specifying the domains field.
--
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]