hailin0 commented on code in PR #7131:
URL: https://github.com/apache/seatunnel/pull/7131#discussion_r1668622096


##########
docs/en/concept/connector-v2-features.md:
##########
@@ -69,3 +69,10 @@ For sink connector, the sink connector supports exactly-once 
if any piece of dat
 ### cdc(change data capture)
 
 If a sink connector supports writing row 
kinds(INSERT/UPDATE_BEFORE/UPDATE_AFTER/DELETE) based on primary key, we think 
it supports cdc(change data capture).
+
+### support multiple table write
+
+Supports write multiple tables in one SeaTunnel job, users can dynamically 
specify the table's identifier by [configuring 
placeholders](./sink-options-placeholders.md).
+
+Requires:
+- Make sure the sink connector you are using has implemented 
`SupportMultiTableSink`、`SupportMultiTableSinkWriter`、`SupportMultiTableSinkAggregatedCommitter`

Review Comment:
   Agree with you



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