You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent versions of etcdv3 allow specifying watch_id in WatchCreateRequest, as described here. This would allow attaching multiple watches in parallel. It would be nice if you could tell the client to use this functionality and not always do it sequentially through AttachQueue.
The text was updated successfully, but these errors were encountered:
While trying to implement this in etcdv3 I found that etcd grpc proxy doesn't properly support the watch_id yet, so when using a proxy you need to synchronously subscribe anyway. This makes this feature probably a lot less useful until etcd proxy is fixed.
Recent versions of etcdv3 allow specifying watch_id in WatchCreateRequest, as described here. This would allow attaching multiple watches in parallel. It would be nice if you could tell the client to use this functionality and not always do it sequentially through AttachQueue.
The text was updated successfully, but these errors were encountered: