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

nats stream view #1283

Open
agebski-sn opened this issue Feb 20, 2025 · 0 comments
Open

nats stream view #1283

agebski-sn opened this issue Feb 20, 2025 · 0 comments
Labels
proposal Enhancement idea or proposal

Comments

@agebski-sn
Copy link

Proposed change

It would be nice if when having
nats stream view <STREAM> 100
it would print a warning that the page size exceeds the max and it is using the max.

Use case

Inspecting output of nats stream view

Contribution

natscli/cli/stream_command.go

Lines 1082 to 1084 in 519fb95

if c.vwPageSize > 25 {
c.vwPageSize = 25
}

@agebski-sn agebski-sn added the proposal Enhancement idea or proposal label Feb 20, 2025
@agebski-sn agebski-sn changed the title nats stream view <STREAM> <size> nats stream view Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

1 participant