Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support providing watch_id in WatchCreateRequest #145

Open
berteundamman opened this issue Mar 29, 2021 · 1 comment
Open

Support providing watch_id in WatchCreateRequest #145

berteundamman opened this issue Mar 29, 2021 · 1 comment

Comments

@berteundamman
Copy link

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.

@berteundamman
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant