Skip to content

Commit

Permalink
[Hotfix][Docs][Jdbc] Fix max_retries default value is 0. (apache#4383)
Browse files Browse the repository at this point in the history
Co-authored-by: lightzhao <zhaolianyong777@gmail.com>
  • Loading branch information
2 people authored and MonsterChenzhuo committed Apr 19, 2023
1 parent 658dfa1 commit 3799676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/sink/Jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3799676

Please sign in to comment.