jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

Etcd v2 basic auth api take 40 ms to process single put request to etcd server. #149

Closed suresh-chaudhari closed 7 years ago

suresh-chaudhari commented 7 years ago

Required to update this api with v3 version with this client as etcd server has improved authorization with v3 api.

suresh-chaudhari commented 7 years ago

when do you have plan to upgrade?

lburgazzoli commented 7 years ago

No plans to support v3 here in etcd4j as it would require a complete rewrite. There is a new official client for v3 in development: https://github.com/coreos/jetcd

suresh-chaudhari commented 7 years ago

is this provided https://github.com/coreos/jetcd complete development of etcd v3 api support with connection pooling mechanism?

lburgazzoli commented 7 years ago

For more information on jetcd you should post questions on that project, I did some small contributions in the past but I do not know how it has been evolved.

It is based on grpc btw.