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
KV watch supports only single filter, which has limitations similar to those of single filter consumers.
Clients should support kv::watch watching multiple filters, leveraging consumers with multiple filters.
That can be a separate method (for example watch_many), or extension to the current one, depending on the language and it's ability to introduce multiple KV watch filters without breaking changes.
Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.
The text was updated successfully, but these errors were encountered:
Overview
KV watch supports only single filter, which has limitations similar to those of single filter consumers.
Clients should support
kv::watch
watching multiple filters, leveraging consumers with multiple filters.That can be a separate method (for example
watch_many
), or extension to the current one, depending on the language and it's ability to introduce multiple KV watch filters without breaking changes.Clients and Tools
Other Tasks
Implemented
Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.
The text was updated successfully, but these errors were encountered: