You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "FlechazoW (via GitHub)" <gi...@apache.org> on 2023/04/19 05:45:34 UTC

[GitHub] [incubator-seatunnel] FlechazoW commented on a diff in pull request #4590: [Docs][Connector-V2][Mysql] Refactor connector-v2 docs using unified format Mysql

FlechazoW commented on code in PR #4590:
URL: https://github.com/apache/incubator-seatunnel/pull/4590#discussion_r1170832859


##########
docs/en/connector-v2/sink/Mysql.md:
##########
@@ -0,0 +1,171 @@
+# MySQL
+
+> JDBC Mysql Sink Connector
+
+## Support those engines
+
+> Spark<br/>
+> Flink<br/>
+> Seatunnel Zeta<br/>
+
+## Key features
+
+- [x] [batch](../../concept/connector-v2-features.md)
+- [X] [stream](../../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
+
+| datasource |              supported versions               |          driver          |                  url                  |                                   maven                                   |
+|------------|-----------------------------------------------|--------------------------|---------------------------------------|---------------------------------------------------------------------------|
+| mysql      | Depending on your Database dependency version | com.mysql.cj.jdbc.Driver | jdbc:mysql://localhost:3306:3306/test | [Download](https://mvnrepository.com/artifact/mysql/mysql-connector-java) |

Review Comment:
   Different dependency version has different driver class.



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org