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
StreamInfo can now provide a list of subjects stored in the server. This functionality may be useful for KV to determine the list of keys that are present in one go, with the caveat that if more than 100,000 keys, the request for info with subject information will fail. Note that this will also include entries that would have been deleted.
StreamInfo adds the following fields under stream state (state):
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
StreamInfo
can now provide a list of subjects stored in the server. This functionality may be useful for KV to determine the list of keys that are present in one go, with the caveat that if more than 100,000 keys, the request for info with subject information will fail. Note that this will also include entries that would have been deleted.StreamInfo adds the following fields under stream state (
state
):?
next to the field means the field will not be set unless the request was made to include it.Record<string,number>
is a JSON object that indexes a count under its subject:The stream info request options adds the optional property:
To get all subjects in the stream, set subject_filter to the expected
>
For more information see: nats-io/nats-server#2833
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: