beryllw commented on code in PR #3723:
URL: https://github.com/apache/flink-cdc/pull/3723#discussion_r1919869948


##########
docs/content/docs/connectors/pipeline-connectors/elasticsearch.md:
##########
@@ -164,6 +164,13 @@ Pipeline Connector Options
       <td>Long</td>
       <td>The maximum size of a single record in bytes.</td>
     </tr>
+    <tr>
+      <td>sharding.suffix.key</td>
+      <td>optional</td>
+      <td style="word-wrap: break-word;">(none)</td>
+      <td>Long</td>
+      <td>Sharding suffix key for each table, allow setting sharding suffix 
key for multiTables.Default sink table name is test_table${suffix_key}.Tables 
are separated by ';'.For example, we can set sharding.suffix.key by 
'table1:col1;table2:col2'.</td>

Review Comment:
   For big MySQL tables, writing to an ES index will cause a single ES index to 
be too large, and ES rolling indexes do not support updates.Implement dt 
partitioning through ES index suffix name



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