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

Stream source info does not expose all fields sent by the server #1038

Closed
matthiashanel opened this issue Aug 9, 2022 · 0 comments · Fixed by #1039
Closed

Stream source info does not expose all fields sent by the server #1038

matthiashanel opened this issue Aug 9, 2022 · 0 comments · Fixed by #1039
Assignees

Comments

@matthiashanel
Copy link
Contributor

nats.go/jsm.go

Lines 726 to 730 in c157d64

type StreamSourceInfo struct {
Name string `json:"name"`
Lag uint64 `json:"lag"`
Active time.Duration `json:"active"`
}

does not expose all the fields available

https://github.com/nats-io/nats-server/blob/a4bf4e87f670643540d1d28d1645242234d714d6/server/stream.go#L152-L158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants