Dream95 opened a new pull request, #22:
URL: https://github.com/apache/pulsar-connectors/pull/22

   **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 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to