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

StreamInfo request doesn't allow reporting of subjects #1009

Closed
aricart opened this issue Jun 29, 2022 · 0 comments · Fixed by #1010
Closed

StreamInfo request doesn't allow reporting of subjects #1009

aricart opened this issue Jun 29, 2022 · 0 comments · Fixed by #1010
Labels
feature New feature request

Comments

@aricart
Copy link
Member

aricart commented Jun 29, 2022

  • StreamInfoRequest needs SubjectsFilter (string)
  • StreamState needs NumSubjects (uint64) and Subjects (map[string]uint64)
@aricart aricart added bug Confirmed reproducible bug feature New feature request and removed bug Confirmed reproducible bug labels Jun 29, 2022
aricart added a commit that referenced this issue Jun 29, 2022
…a subject/wildcard that instruct the request to provide information on matching subjects in `StreamState`.

[FEAT] added `NumSubjects` to `StreamState` enabling report for the number of subjects in the stream
[FEAT] added `Subjects` to `StreamState` a map of subject to number of messages in the subject which gets populated if the `StreamInfoRequest` specifies a `SubjectFilter`

FIX #1009
aricart added a commit that referenced this issue Jun 29, 2022
…a subject/wildcard that instruct the request to provide information on matching subjects in `StreamState`.

[FEAT] added `NumSubjects` to `StreamState` enabling report for the number of subjects in the stream
[FEAT] added `Subjects` to `StreamState` a map of subject to number of messages in the subject which gets populated if the `StreamInfoRequest` specifies a `SubjectFilter`

FIX #1009
aricart added a commit that referenced this issue Jun 29, 2022
…a subject/wildcard that instruct the request to provide information on matching subjects in `StreamState`.

[FEAT] added `NumSubjects` to `StreamState` enabling report for the number of subjects in the stream
[FEAT] added `Subjects` to `StreamState` a map of subject to number of messages in the subject which gets populated if the `StreamInfoRequest` specifies a `SubjectFilter`

FIX #1009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant