We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are several commands that we run while developing that contributors and operations teams would benefit from.
Running nats-server with the jetstream flag -js and verbose mode -V
-js
-V
See the wadm log for what the subjects are and subscribe, e.g. nats sub"wasmbus.evt.>", nats sub "wasmbus.>"
nats sub"wasmbus.evt.>"
nats sub "wasmbus.>"
If you're looking for everything, you can also do nats sub "*.>". Warning it's a lot!
nats sub "*.>"
If you're looking for wrpc traffic, checkout: nats sub "*.*.wrpc.>"
nats sub "*.*.wrpc.>"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are several commands that we run while developing that contributors and operations teams would benefit from.
Running nats-server with the jetstream flag
-js
and verbose mode-V
See the wadm log for what the subjects are and subscribe, e.g.
nats sub"wasmbus.evt.>"
,nats sub "wasmbus.>"
If you're looking for everything, you can also do
nats sub "*.>"
. Warning it's a lot!If you're looking for wrpc traffic, checkout:
nats sub "*.*.wrpc.>"
The text was updated successfully, but these errors were encountered: