Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 513 Bytes

Kafka MQTT Source

Simple app to collect messages from MQTT broker (Mosquitto) and send it to Apache Kafka

Requirements

Build with Makefile

  • 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

Configure main.go

Run using go command

  • go mod download
  • go run cmd/main.go

Show help

me-mqtt-source --help