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 commands cheatsheet for wasmCloud #630

Open
ricochet opened this issue Oct 2, 2024 · 0 comments
Open

NATS commands cheatsheet for wasmCloud #630

ricochet opened this issue Oct 2, 2024 · 0 comments

Comments

@ricochet
Copy link
Contributor

ricochet commented Oct 2, 2024

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.>"

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

No branches or pull requests

1 participant