Simple app to collect messages from MQTT broker (Mosquitto) and send it to Apache Kafka
- Golang 1.17 or more
- make (linux)
- Show the make help:
make help
- Build the binary:
make build
- The binary will be available at
out/bin
directory. - Build docker image:
make build-docker-image
go mod download
go run cmd/main.go
me-mqtt-source --help