etcd4j icon indicating copy to clipboard operation
etcd4j copied to clipboard

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.

Results 19 etcd4j issues
Sort by recently updated
recently updated
newest added

It looks like the SSLContext should set ``` sslEngine.setUseClientMode(true) ``` proir to passing the SSLEngine to Netty (Seems to be related to https://mail.openjdk.java.net/pipermail/security-dev/2018-July/017715.html) . I've attached a test that will...

I needed the 2.9 jackson edition because i also use jersey2 in my project and it requires the new. also fixes #189

update to current adoptopenjdk8 revision installable by sdkman

Details please see the pictures below: ![20190806-175959](https://user-images.githubusercontent.com/3861615/62531396-f3f2bf00-b874-11e9-8e48-fc0eecce9ace.jpg) I guess the reason this happened is that the promise is asynchronous, when I debug into the 72 line then the promise object...

#187 just using a lock to control the concurrent operations

hello! I was planning to use it's async way in my program, and I saw the code in ResponsePromise like this ``` /** * Add a promise to do when...

this support connection pool ?