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

Bumps commons-io:commons-io from 2.16.1 to 2.17.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=gradle&previous-version=2.16.1&new-version=2.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

area/dependencies
size/XS

Bumps `log4j` from 2.23.1 to 2.24.0. Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.23.1 to 2.24.0...

area/dependencies
size/XS

do-not-merge/work-in-progress
size/M

"java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Exit span doesn't include meaningful peer information.\n\tat java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)\n\tat java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)\n\tat com.kl.energy.simulation.service.grpc.EtcdService

waiting-for-feedback

**Versions** - etcd: 3.4.33 - jetcd: 0.8.2 - java:21 **Describe the bug** I'm initializing a etcd client like the following: `this.etcdClient = Client.builder().endpoints(hosts).executorService(taskExecutor).build();` and then initializing a watcher on a...

waiting-for-feedback

**0.7.7 ** - etcd: 3.5.13 - jetcd: 0.7.7 - java: 21 **Describe the bug** When I call leaseClient.keepAlive several minutes later the function onCompleted will be called and the keepAlive...

waiting-for-feedback