beryllw commented on code in PR #3723:
URL: https://github.com/apache/flink-cdc/pull/3723#discussion_r1926291799
##########
docs/content/docs/connectors/pipeline-connectors/elasticsearch.md:
##########
@@ -169,7 +169,7 @@ Pipeline Connector Options
<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>
+ <td>Sharding suffix key for each table, allow setting sharding suffix
key for multiTables.Default sink table name is test_table${suffix_key}.Default
sharding column is first partition column.Tables are separated by ';'.Table and
column are separated by ':'.For example, we can set sharding.suffix.key by
'table1:col1;table2:col2'.</td>
Review Comment:
May be '_' is better?
--
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]