diff --git a/consul/client.go b/consul/client.go index 4f2de2a191..28b5b9eebb 100644 --- a/consul/client.go +++ b/consul/client.go @@ -58,7 +58,8 @@ type Client struct { // Connection pool to consul servers connPool *ConnPool - // serverManager + // serverMgr is responsible for the selection and maintenance of + // Consul servers this agent uses for RPC requests serverMgr *server_manager.ServerManager // eventCh is used to receive events from the