kafka-connect-iot-mqtt-connector-example
kafka-connect-iot-mqtt-connector-example copied to clipboard
Internet of Things Integration Example => Apache Kafka + Kafka Connect + MQTT Connector + Sensor Data
I am new with Kafka and working on Kafka Mqtt Source Connector. I am following 2 different examples to implement Mqtt Source Connector. Please check below details. **Ref 1: https://johanvandevenne.github.io/kafka-connect-mqtt/**...
I'm struggling with the configuration as described in this tutorial of the mqtt connector via control center. It works fine via terminal, however, when trying to add it in control...
How to gett mqtt_topic if I use wildcard: "mqtt.topics": "zigbee2mqtt/+"?
Unable to create Kafka MQTT Connector with the following configuration. Connector Config: ``` { "name": "mqtt-source", "config": { "connector.class": "io.confluent.connect.mqtt.MqttSourceConnector", "tasks.max": 1, "mqtt.server.uri": "tcp://192.168.10.17:1883", "mqtt.topics": "shellies/shellyswitch2/info", "kafka.topic": "mqtt-ha-events-topic", "confluent.topic.bootstrap.servers": "10.0.0.42:9092,10.0.0.43:9092,10.0.0.44:9092",...