This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer 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 339d5fbbc [Hotfix][Docs][Jdbc] Fix max_retries default value is 0.
(#4383)
339d5fbbc is described below
commit 339d5fbbc542613670583a1a2fd68724f2eb8eab
Author: lightzhao <[email protected]>
AuthorDate: Wed Mar 22 13:58:28 2023 +0800
[Hotfix][Docs][Jdbc] Fix max_retries default value is 0. (#4383)
Co-authored-by: lightzhao <[email protected]>
---
docs/en/connector-v2/sink/Jdbc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector-v2/sink/Jdbc.md
b/docs/en/connector-v2/sink/Jdbc.md
index 82d064d2f..f2f1b0f3b 100644
--- a/docs/en/connector-v2/sink/Jdbc.md
+++ b/docs/en/connector-v2/sink/Jdbc.md
@@ -38,7 +38,7 @@ support `Xa transactions`. You can set `is_exactly_once=true`
to enable it.
| primary_keys | Array | No | -
|
| support_upsert_by_query_primary_key_exist | Boolean | No | false
|
| connection_check_timeout_sec | Int | No | 30
|
-| max_retries | Int | No | 3
|
+| max_retries | Int | No | 0
|
| batch_size | Int | No | 1000
|
| batch_interval_ms | Int | No | 1000
|
| is_exactly_once | Boolean | No | false
|