Remove docs for never-implemented Destination service heartbeat (#820)

Fixes #610.

Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
Brian Smith 2018-04-20 04:54:33 -10:00 committed by GitHub
parent c19da70965
commit ef5fac2109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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.