From ef5fac210938d81c1ce55cad88552491ac6e2bfc Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 20 Apr 2018 04:54:33 -1000 Subject: [PATCH] Remove docs for never-implemented Destination service heartbeat (#820) Fixes #610. Signed-off-by: Brian Smith --- proto/proxy/destination/destination.proto | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/proto/proxy/destination/destination.proto b/proto/proxy/destination/destination.proto index 36df1a5a3..d4a1dd1b1 100644 --- a/proto/proxy/destination/destination.proto +++ b/proto/proxy/destination/destination.proto @@ -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.