1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

12 Commits

Author SHA1 Message Date
3b053a73c0 Update etcd to v3 (#1067) (#1097) 2021-05-30 05:58:33 +02:00
f14434de64 fix etcd import path (#756) 2018-08-30 11:26:29 -06:00
4a29204757 Use stdlib context instead of golang.org/x/net/context 2017-02-03 17:47:35 -08:00
f8df1478d6 sd/etcd: minor fixes to new TTL code
- Don't embed Mutex, to avoid client code locking it
- More safety checks on r.quit
- Minor formatting and grammar fixes
2017-01-09 11:00:50 +01:00
899c5f2633 Fix ttl for etcd sd 2017-01-08 00:22:41 +08:00
4b481291da Add TTL for etcd sd 2016-12-14 17:38:31 +08:00
88bbb61155 Updates, cleanup, and replace example 2016-07-21 10:15:23 +02:00
60fd57b1dd Explanation and simplficiation 2016-07-21 00:44:36 +02:00
a1cea4f217 This fixes it; more detail incoming 2016-07-20 21:52:26 +02:00
07d2ab7ec6 Adding testable example documention. Fixing typo in ClientOptions 2016-07-19 21:37:10 -04:00
dffd6eec7b Adding Register and Deregister functions as well as ingegration tests. 2016-07-01 12:01:28 -04:00
9a19822c46 sd: port, without service.Service 2016-05-26 15:37:41 -06:00