MQTT
This page describes the usage of the Stream Reactor MQTT Sink Connector.
Connector Class
io.lenses.streamreactor.connect.mqtt.sink.MqttSinkConnectorExample
name=mqtt
connector.class=io.lenses.streamreactor.connect.mqtt.sink.MqttSinkConnector
tasks.max=1
topics=orders
connect.mqtt.hosts=tcp://mqtt:1883
connect.mqtt.clean=true
connect.mqtt.timeout=1000
connect.mqtt.keep.alive=1000
connect.mqtt.service.quality=1
connect.mqtt.client.id=dm_sink_id
connect.mqtt.kcql=INSERT INTO /lenses/orders SELECT * FROM ordersKCQL Support
Dynamic targets
Kafka payload support
Payload type
Action taken by the sink
Error policies
Option Reference
Name
Description
Type
Default Value
Migration
KCQL field projections are ignored
Last updated
Was this helpful?

