We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run a broker:
docker run -d --name emqx -p 18083:18083 -p 1883:1883 emqx:latest
Then run a shell to add a user in the browser:
docker exec -it emqx bash $ emqx ctl admins add zook zorkzork1 Zonk
Admin the server http://localhost:18083/?#/login?to=/subscriptions/topics.
Download a client from here. Connect to the server and subscribe to a topic to listen to what Vector is pushing.