Add etcd as a service discovery mechanism

pull/2300/head
skiffer-git 1 year ago
parent 479a64500e
commit d1637fa118

@ -152,7 +152,6 @@ func (r *SvcDiscoveryRegistryImpl) keepAliveLease(leaseID clientv3.LeaseID) {
for ka := range ch {
if ka != nil {
fmt.Printf("Received lease keep-alive response: %v\n", ka)
} else {
fmt.Printf("Lease keep-alive response channel closed\n")
return

Loading…
Cancel
Save