Relative Content

Tag Archive for goetcd

Can etcd watcher read older events?

Can etcd 3.5 watcher read older events? If yes, how? I inserted a few thousand key/values in etcd 3.5 and brought the revision to 75,000. But when I start the watcher to watch from revision 1000, I don’t get any events.

Registering “unixs” protocol in etcd unixTransport

everybody. I noticed a little oddity in the etcd/client/pkg/transport/transport/transport.go file (link). It turns out that we register in unixTransport a transport to the unixs protocol, but it doesn’t seem to be used anywhere else (I tried to find it in the net/http package, but I couldn’t find anything related to unixs there).

Registering “unixs” protocol in etcd unixTransport.DialContext

I noticed a little oddity in the etcd/client/pkg/transport/transport/transport.go file (link). It turns out that we register in unixTransport a transport to the unixs protocol, but it doesn’t seem to be used anywhere else (I tried to find it in the net/http package, but I couldn’t find anything related to unixs there).