Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 484 Bytes

NATS Subject Profiler

Example

Connect it to the demo NATS server.

nats-subject-profiler -server demo.nats.io:4222

You may see some subjects come through. However, if not, you can publish to the server in another shell using the NATS CLI

nats --server demo.nats.io pub foo 'hello'

Note, that subject deduplication is on by default, so if you publish multiple times you will only see the profile print it out once.