Skip to content

[feat][io] Add MQTT sink connector#22

Open
Dream95 wants to merge 1 commit intoapache:masterfrom
Dream95:feat_mqtt_connector
Open

[feat][io] Add MQTT sink connector#22
Dream95 wants to merge 1 commit intoapache:masterfrom
Dream95:feat_mqtt_connector

Conversation

@Dream95
Copy link
Copy Markdown
Contributor

@Dream95 Dream95 commented May 6, 2026

Motivation

Add MQTT sink to publish Pulsar records to MQTT brokers.

Solution

use HiveMQ MQTT Client

  • Config :
    • serverHost, serverPort (default 1883)
    • topic
    • optional clientId
    • optional username / password (also supports secrets named username / password)
    • qos (0|1|2, default 0)
    • keepAliveIntervalSec (default 60)
    • connectionTimeoutMs for connect/disconnect wait (default 10000)
    • cleanStart (default true)
    • sslEnabled

Main Issue: #21

Signed-off-by: Dream95 <zhou_8621@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant