etcd3 icon indicating copy to clipboard operation
etcd3 copied to clipboard

:bookmark: Node.js client for etcd3

Results 39 etcd3 issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Recent versions of etcdv3 allow specifying watch_id in WatchCreateRequest, as described [here](https://github.com/microsoft/etcd3/blob/master/proto/rpc.proto#L635). This would allow attaching multiple watches in parallel. It would be nice if you could tell the client...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

## 1. 本地启动 etcd ``` PS E:\etcd> .\bin\etcd.exe 2020-12-19 18:10:58.844408 I | etcdmain: etcd Version: 3.3.13 2020-12-19 18:10:58.881419 I | etcdmain: Git SHA: Not provided (use ./build instead of go...

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.4.0 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...

dependencies

Is it possible?

enhancement

I have this ``` const etcd = new Etcd3({ credentials: { rootCertificate: fs.readFileSync(etcdCertFile) }, dialTimeout: 5000, hosts: "hostname:port" }) const cfg = await etcd.get("/cfg").string() ``` I would expect it to...

I connect to remote etcd and set deadline +4s for lease call, but it cost 1 min to give error `14 UNAVAILABLE: failed to connect to all addresses`. Socket keeps...

needs-more-info

It would be cleaner to implicitly close all watchers & leases on client close.

enhancement

Tooling for sharding using etcd would be useful (related: https://github.com/mixer/discord-sync/pull/5)

enhancement