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
based on the output from a set of nats server request jsz --all --config or nats audit it would be convenient to have a way to reuse the nats server ls, nats server report js and other commands
Use case
To be able to run the same commands like nats server ls, nats server report js in offline mode.
Contribution
No response
The text was updated successfully, but these errors were encountered:
This is quite difficult because nats audit mangles the data and drops the wrapping that includes server info etc.
Changing it means all past nats audit archives will be invalid :( Seems pretty critical to me that we do that though, mangling the data received from the servers is a very poor foundation to build audit on
Proposed change
based on the output from a set of
nats server request jsz --all --config
ornats audit
it would be convenient to have a way to reuse thenats server ls
,nats server report js
and other commandsUse case
To be able to run the same commands like
nats server ls
,nats server report js
in offline mode.Contribution
No response
The text was updated successfully, but these errors were encountered: