EricJoy2048 commented on code in PR #5388:
URL: https://github.com/apache/seatunnel/pull/5388#discussion_r1328484283


##########
docs/en/connector-v2/sink/DB2.md:
##########
@@ -72,6 +72,7 @@ semantics (using XA transaction guarantee).
 | max_commit_attempts                       | Int     | No       | 3       | 
The number of retries for transaction commit failures                           
                                                                                
                                                                             |
 | transaction_timeout_sec                   | Int     | No       | -1      | 
The timeout after the transaction is opened, the default is -1 (never timeout). 
Note that setting the timeout may affect<br/>exactly-once semantics             
                                                                             |
 | auto_commit                               | Boolean | No       | true    | 
Automatic transaction commit is enabled by default                              
                                                                                
                                                                             |
+| properties                                |         | No       | -       | 
Additional connection configuration parameters                                  
                                                                                
                                                                             |

Review Comment:
   The type of properties is `map` ?



##########
docs/en/connector-v2/sink/Jdbc.md:
##########
@@ -48,6 +48,7 @@ support `Xa transactions`. You can set `is_exactly_once=true` 
to enable it.
 | transaction_timeout_sec                   | Int     | No       | -1          
  |
 | auto_commit                               | Boolean | No       | true        
  |
 | field_ide                                 | String  | No       | -           
  |
+| properties                                |         | No       | -           
  |

Review Comment:
   Same as above.



-- 
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]

Reply via email to