IBM / etcd-java

Alternative etcd3 java client
Apache License 2.0
155 stars 45 forks source link

Is hot reload for user and password creds available? #100

Open msberyanov opened 3 months ago

msberyanov commented 3 months ago

Greetings!

We have a task to hot reload creds to etcd (they can be changed from vault). Is it allowed in your library? How to process situations where watches on key are already set and currently listening? Should I recreate client every time creds change? How would you do this?

Thank you.

msberyanov commented 3 months ago

@njhill help please