public static final class HealthDiscoveryServiceGrpc.HealthDiscoveryServiceBlockingStub extends io.grpc.stub.AbstractStub<HealthDiscoveryServiceGrpc.HealthDiscoveryServiceBlockingStub>
HDS is Health Discovery Service. It compliments Envoy’s health checking service by designating this Envoy to be a healthchecker for a subset of hosts in the cluster. The status of these health checks will be reported to the management server, where it can be aggregated etc and redistributed back to Envoy through EDS.
| Modifier and Type | Method and Description |
|---|---|
protected HealthDiscoveryServiceGrpc.HealthDiscoveryServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
HealthCheckSpecifier |
fetchHealthCheck(HealthCheckRequestOrEndpointHealthResponse request)
TODO(htuch): Unlike the gRPC version, there is no stream-based binding of
request/response.
|
protected HealthDiscoveryServiceGrpc.HealthDiscoveryServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<HealthDiscoveryServiceGrpc.HealthDiscoveryServiceBlockingStub>public HealthCheckSpecifier fetchHealthCheck(HealthCheckRequestOrEndpointHealthResponse request)
TODO(htuch): Unlike the gRPC version, there is no stream-based binding of request/response. Should we add an identifier to the HealthCheckSpecifier to bind with the response?
Copyright © 2018–2021 The Envoy Project. All rights reserved.