Skip to content

Testing the `mqtt` sink

Stephen Wakely edited this page Jan 31, 2023 · 2 revisions

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.