blob: 4f5e9de038704343c3e2833c4ea53837b01b09c6 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.mqttsink.CamelMqttsinkSinkConnector",
"artifactId": "camel-mqtt-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-mqtt-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Allows sending messages to any endpoint that supports the MQTT protocol, such as a message broker."
},
"properties": {
"camel.kamelet.mqtt-sink.topic": {
"name": "camel.kamelet.mqtt-sink.topic",
"description": "The topic to send messages to Example: mytopic",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.mqtt-sink.brokerUrl": {
"name": "camel.kamelet.mqtt-sink.brokerUrl",
"description": "The URL of the broker where to establish the connection Example: tcp:\/\/mosquitto:1883",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.mqtt-sink.username": {
"name": "camel.kamelet.mqtt-sink.username",
"description": "Username to use when connecting to the MQTT broker",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.mqtt-sink.password": {
"name": "camel.kamelet.mqtt-sink.password",
"description": "Password to use when connecting to the MQTT broker",
"priority": "MEDIUM",
"required": "false"
}
}
}