README ¶ MQTT Kafka Connector Subscribes a MQTT topic and sends each message to a Kafka topic. Start MQTT + Kafka make run kafka-console-consumer -topic=mqtt -brokers=localhost:9092 Run go run main.go \ -initial-delay=1s \ -mqtt-broker=tcp://localhost:1883 \ -mqtt-topic=mytopic/test \ -kafka-brokers=localhost:9092 \ -kafka-topic=mqtt \ -v=2 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis cmd create-mqtt-data Click to show internal directories. Click to hide internal directories.