This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 4c0393712 [Hotfix][Docs][Jdbc] Fix docs option table error (#3073)
4c0393712 is described below
commit 4c0393712eff807833ca85564fbae554ab56d201
Author: TyrantLucifer <[email protected]>
AuthorDate: Wed Oct 12 14:17:19 2022 +0800
[Hotfix][Docs][Jdbc] Fix docs option table error (#3073)
---
docs/en/connector-v2/sink/Jdbc.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/en/connector-v2/sink/Jdbc.md
b/docs/en/connector-v2/sink/Jdbc.md
index 3c583ff89..85811b1c4 100644
--- a/docs/en/connector-v2/sink/Jdbc.md
+++ b/docs/en/connector-v2/sink/Jdbc.md
@@ -107,6 +107,7 @@ In the case of is_exactly_once = "true", Xa transactions
are used. This requires
## appendix
there are some reference value for params above.
+
| datasource | driver | url
| xa_data_source_class_name
| maven
|
| ---------- | -------------------------------------------- |
------------------------------------------------------------ |
-------------------------------------------------- |
------------------------------------------------------------ |
| mysql | com.mysql.cj.jdbc.Driver |
jdbc:mysql://localhost:3306/test |
com.mysql.cj.jdbc.MysqlXADataSource |
https://mvnrepository.com/artifact/mysql/mysql-connector-java |