assokhi opened a new pull request, #10475:
URL: https://github.com/apache/seatunnel/pull/10475
Related to #<#9566>
### Purpose of this pull request
This is a **draft PR** to share early progress on the **MQTT Sink
Connector** implementation and to get feedback on the initial design before
proceeding with the remaining work.
### What has been implemented so far
- Created `seatunnel-connectors-v2/connector-mqtt` module structure
- Registered the new connector module in:
- `seatunnel-connectors-v2/pom.xml`
- Implemented **MQTT Sink Factory** with:
- Configuration options (URL, topic, auth, QoS, format)
- `OptionRule` definition and validation
- Added initial connector class scaffolding
- Verified build using:
```bash
./mvnw -pl :connector-mqtt -am clean install -DskipTests
--
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]