jetcd icon indicating copy to clipboard operation
jetcd copied to clipboard

etcd java client

Results 46 jetcd issues
Sort by recently updated
recently updated
newest added

**Versions** - etcd: 3.5.3 - jetcd: 0.7.1 - java: openjdk version "17.0.3" 2022-04-19 (Debian) **Describe the bug** I've got a Jepsen test case for etcd which appears to show [something...

stale

**Versions** - etcd: 3.4.16 - jetcd: 0.7.1 - java: jdk 1.8 ,spring boot 2.2.1.release **Describe the bug** Etcd client cacth the GRPC bug . **To Reproduce** Exception here : java.lang.NoSuchMethodError:...

### Background This PR is going to provide a shadow `jetcd-core` package. The following dependencies will be shaded: 1. `io.grcp.*` 2. `io.netty.*` The above two packages are often imported by...

**Versions** - etcd: v3.4.15 - jetcd: 0.7.1 - java: jdk1.8.0_212 **Describe the bug** When connection error happened(connection refused/ssl handleshake failuer...), jetcd will try to reconnect in infinite, and there is...

I'm using the 0.3.0 version of jetcd to observe an etcd cluster composed of 3 nodes in Docker. After setting up the Watch object, I tried to stop all 3...

never-stale

Hello! There is a classpact clash between: ``` com/google/protobuf/protobuf-java/3.6.1/protobuf-protobuf-java-3.6.1.jar com/google/protobuf/protobuf-lite/3.0.1/protobuf-protobuf-lite-3.0.1.jar Conflicted classes: com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream com.google.protobuf.AbstractMessageLite$Builder com.google.protobuf.AbstractMessageLite and 137 more ``` As suggested in https://github.com/grpc/grpc-java/issues/6332#issuecomment-545997451 Let's exclude io.grpc:grpc-protobuf-lite from dependencies

never-stale

**Problem:** When `retryMaxDuration` is set I expect that any lock after the first `c.getLockClient().lock()` will keep retrying to get the lock until the `retryMaxDuration` is reached. Sadly based on my...

never-stale

this issue Discussion based on issue #914 1. When I want to set retrypolicy, I find that it is a fixed write dead policy, and it is difficult to extend...

never-stale

The behavior of io.etcd.jetcd.Listener is different from io.grpc.stub.StreamObserver wrt when (and how many times) to call onError. This is error-inviting, since the interfaces have exactly the same signatures: people familiar...

never-stale

**# Issue** I build the jetcd watch example with the version 0.5.3 and run it,but I got the wrong thing with the following error message,when the target etcd server is...

never-stale