Skip to content

Latest commit

 

History

History

mqtt.kafka.broker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

mqtt.kafka.broker

This is the resource folder for the running the MQTT Kafka broker guide found on our docs.

Running locally

This example can be run using Docker compose or Kubernetes. The setup scripts are in the compose and helm folders respectively and work the same way.

You will need a running kafka broker. To start one locally you will find instructions in the kafka.broker folder. Alternatively you can use the redpanda.broker folder.

Setup

Whether you chose compose or helm, the setup.sh script will:

  • create the necessary kafka topics
  • create an MQTT broker at mqtt://localhost:7183
./setup.sh

Using this example

Follow the steps on our MQTT Kafka broker guide

Teardown

The teardown.sh script will remove any resources created.

./teardown.sh