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
It is possible to subscribe to multiple subjects on jetstream streams by passing an array or strings. kv.Watch takes only one string. It would be nice to be able to subscribe to multiple keys/patterns in one call.
Use case
Allow to watch a set of keys without having to create multiple coroutines.
Contribution
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue @telemac. As mentioned my @nickchomey, this feature is incoming and will be a part of the next client release. I'll be closing this issue, please track nats-io/nats-architecture-and-design#277 for updates.
Proposed change
It is possible to subscribe to multiple subjects on jetstream streams by passing an array or strings. kv.Watch takes only one string. It would be nice to be able to subscribe to multiple keys/patterns in one call.
Use case
Allow to watch a set of keys without having to create multiple coroutines.
Contribution
No response
The text was updated successfully, but these errors were encountered: