EricJoy2048 commented on code in PR #4721: URL: https://github.com/apache/incubator-seatunnel/pull/4721#discussion_r1194806898
########## docs/en/connector-v2/sink/SQLServer.md: ########## @@ -0,0 +1,160 @@ +# SQL Server + +> JDBC SQL Server Sink Connector + +## Support those engines + +> Spark<br/> +> Flink<br/> +> Seatunnel Zeta<br/> + +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) +- [x] [exactly-once](../../concept/connector-v2-features.md) +- [x] [cdc](../../concept/connector-v2-features.md) + +> Use `Xa transactions` to ensure `exactly-once`. So only support `exactly-once` for the database which is +> support `Xa transactions`. You can set `is_exactly_once=true` to enable it. + +## Description + +Write data through jdbc. Support Batch mode and Streaming mode, support concurrent writing, support exactly-once +semantics (using XA transaction guarantee). + +## Supported DataSource list Review Comment: ```suggestion ## Supported DataSource Info ``` ########## docs/en/connector-v2/sink/SQLServer.md: ########## @@ -0,0 +1,160 @@ +# SQL Server + +> JDBC SQL Server Sink Connector + +## Support those engines + +> Spark<br/> +> Flink<br/> +> Seatunnel Zeta<br/> + +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) Review Comment: ```suggestion ``` ########## docs/en/connector-v2/source/redshift.md: ########## @@ -0,0 +1,146 @@ +# Redshift + +> JDBC Redshift Source Connector + +## Support those engines + +> Spark<br/> +> Flink<br/> +> Seatunnel Zeta<br/> + +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) +- [x] [exactly-once](../../concept/connector-v2-features.md) +- [x] [column projection](../../concept/connector-v2-features.md) +- [x] [parallelism](../../concept/connector-v2-features.md) +- [x] [support user-defined split](../../concept/connector-v2-features.md) + +> supports query SQL and can achieve projection effect. + +## Description + +Read external data source data through JDBC. + +## Supported DataSource list Review Comment: ```suggestion ## Supported DataSource Info ``` ########## docs/en/connector-v2/source/SQLServer.md: ########## @@ -0,0 +1,154 @@ +# SQL Server + +> JDBC SQL Server Source Connector + +## Support those engines + +> Spark <br> +> Flink <br> +> Seatunnel Zeta <br> + +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) +- [ ] [stream](../../concept/connector-v2-features.md) +- [x] [exactly-once](../../concept/connector-v2-features.md) +- [x] [column projection](../../concept/connector-v2-features.md) + +supports query SQL and can achieve projection effect. + +- [x] [parallelism](../../concept/connector-v2-features.md) +- [x] [support user-defined split](../../concept/connector-v2-features.md) + +## Description + +Read external data source data through JDBC. + +## Supported DataSource list Review Comment: ```suggestion ## Supported DataSource Info ``` ########## docs/en/connector-v2/sink/redshift.md: ########## @@ -0,0 +1,160 @@ +# Redshift + +> JDBC Redshift sink Connector + +## Support those engines + +> Spark<br/> +> Flink<br/> +> Seatunnel Zeta<br/> + +## Key features + +- [ ] [batch](../../concept/connector-v2-features.md) Review Comment: ```suggestion ``` ########## docs/en/connector-v2/source/redshift.md: ########## @@ -0,0 +1,146 @@ +# Redshift + +> JDBC Redshift Source Connector + +## Support those engines + +> Spark<br/> +> Flink<br/> +> Seatunnel Zeta<br/> + +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) +- [x] [exactly-once](../../concept/connector-v2-features.md) Review Comment: ```suggestion - [ ] [stream](../../concept/connector-v2-features.md) - [x] [exactly-once](../../concept/connector-v2-features.md) ``` ########## docs/en/connector-v2/sink/redshift.md: ########## @@ -0,0 +1,160 @@ +# Redshift + +> JDBC Redshift sink Connector + +## Support those engines + +> Spark<br/> +> Flink<br/> +> Seatunnel Zeta<br/> + +## Key features + +- [ ] [batch](../../concept/connector-v2-features.md) +- [x] [exactly-once](../../concept/connector-v2-features.md) +- [x] [cdc](../../concept/connector-v2-features.md) + +> Use `Xa transactions` to ensure `exactly-once`. So only support `exactly-once` for the database which is support `Xa transactions`. You can set `is_exactly_once=true` to enable it. + +## Description + +Write data through jdbc. + +## Supported DataSource list Review Comment: ```suggestion ## Supported DataSource Info ``` -- 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]
