zhilinli123 commented on code in PR #9432: URL: https://github.com/apache/seatunnel/pull/9432#discussion_r2142353441
########## docs/en/connector-v2/sink/SensorsData.md: ########## @@ -0,0 +1,178 @@ +import ChangeLog from '../changelog/connector-sensorsdata.md'; + +# SensorsData + +> SensorsData sink connector + +## Support Those Engines + +> Spark<br/> +> Flink<br/> +> SeaTunnel Zeta<br/> + +## Key features + +- [ ] [exactly-once](../../concept/connector-v2-features.md) + +## Description + +A sink plugin which use SensorsData SDK send data records. + +## Options + +| name | type | required | default value | +|---------------------------|---------|----------|---------------| +| server_url | string | yes | - | +| bulk_size | int | no | 50 | +| max_cache_row_size | int | no | 0 | +| consumer | string | no | - | +| entity_name | string | yes | users | +| record_type | string | yes | users | +| schema | string | yes | users | +| distinct_id_column | string | yes | - | +| identity_fields | array | yes | - | +| property_fields | array | yes | - | Review Comment: Reference connector v2 doc format https://seatunnel.apache.org/docs/2.3.11/connector-v2/source/Mysql -- 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]
