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
Stream list (STREAM.LIST) can now specify an optional payload {subject: "a.subject.>"} to filter the list of streams returned to those capturing the specified subject filter. if your client provides a way to list all stream names, the same filter should be made available.
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
Stream list (
STREAM.LIST
) can now specify an optional payload{subject: "a.subject.>"}
to filter the list of streams returned to those capturing the specified subject filter. if your client provides a way to list all stream names, the same filter should be made available.See nats-io/nats.go#1062
Clients and Tools
jsm.streams.list()
can now specify a subject filter nats.deno#369Other 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: