php-etcd icon indicating copy to clipboard operation
php-etcd copied to clipboard

Watch command missing?

Open touqeershafi opened this issue 1 year ago • 1 comments

Is it possible to add watch command in the library?

https://etcd.io/docs/v3.5/tutorials/how-to-watch-keys/

touqeershafi avatar Jun 03 '24 08:06 touqeershafi

It's possible, the auto generated classes already exist here: https://github.com/aternosorg/php-etcd/tree/master/grpc/Etcdserverpb

I currently don't have the time to implement that as part of the client class, but you could open a PR for it.

matthi4s avatar Jun 05 '24 08:06 matthi4s