mirror of https://github.com/linkerd/linkerd2.git
Remove docs for never-implemented Destination service heartbeat (#820)
Fixes #610. Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
parent
c19da70965
commit
ef5fac2109
|
@ -21,11 +21,7 @@ import "common/common.proto";
|
|||
// the service.
|
||||
//
|
||||
// The controller is expected to send an Update every time there is a
|
||||
// change in service discovery. The controller is also expected to send an
|
||||
// update at least once every ADDRESS_UPDATE_INTERVAL to indicate that the
|
||||
// controller is still healthy. If no service discovery updates have taken
|
||||
// place, the controller can simply send an empty `add`. The controller may
|
||||
// determine the value of ADDRESS_UPDATE_INTERVAL.
|
||||
// change in service discovery.
|
||||
//
|
||||
// The client MUST be prepared to receive messages in any order and the client
|
||||
// MUST be able to cope with the presence or absence of redundant messages.
|
||||
|
|
Loading…
Reference in New Issue