micro/registry
Milos Gajdos 73b0a0ed0e
Return registry.ErrWatcherStopped when consul watcher stops.
The original code returns "result chan closed" errors.Error which does
not carry higher semantics signal to downstream despite go-micro having
a clearly defined Error for this behaviour. This commit fixes that and
lets the downstream i.e. consumer of this code to act based on different
errors.
2019-06-09 15:51:27 +01:00
..
cache Change go-log links 2019-05-31 00:38:05 +01:00
consul Return registry.ErrWatcherStopped when consul watcher stops. 2019-06-09 15:51:27 +01:00
gossip Change go-log links 2019-05-31 00:38:05 +01:00
mdns Set MDNS as default registry 2019-01-15 16:50:37 +00:00
memory replace memory registry 2019-01-18 17:29:17 +00:00
encoding_test.go Set MDNS as default registry 2019-01-15 16:50:37 +00:00
encoding.go Set MDNS as default registry 2019-01-15 16:50:37 +00:00
mdns_registry.go update mdns to remove race condition 2019-02-01 13:41:11 +00:00
mdns_test.go Set MDNS as default registry 2019-01-15 16:50:37 +00:00
mdns_watcher.go Set MDNS as default registry 2019-01-15 16:50:37 +00:00
options.go registry: [gossip] add ConnectRetry and ConnectTimeout 2019-02-12 17:16:35 +03:00
registry.go Set MDNS as default registry 2019-01-15 16:50:37 +00:00
service.go add json tags to registry service 2015-12-15 21:02:43 +00:00
watcher_test.go Set MDNS as default registry 2019-01-15 16:50:37 +00:00
watcher.go Add watcher comments 2015-12-05 02:05:06 +00:00