Replies: 1 comment 1 reply
-
There are a bunch of examples in the test suite, as example: https://github.com/etcd-io/jetcd/blob/main/jetcd-core/src/test/java/io/etcd/jetcd/impl/WatchTest.java Is there anything missing ? Note that if you have conflicts with the underlying grpc/netty library, then you may get subtle and silent errors. I would recommend to set-up a test with only jetcd as a dependency and to contribute a filing test in case you find something not working. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you share an example about how to watch key with etcd? Thank you!
I use 0.5.0 version.
I found a discussion with the same question #853.
And the solution is not found yet.
So what I am supposed to do?
Beta Was this translation helpful? Give feedback.
All reactions