RocMarshal commented on code in PR #134: URL: https://github.com/apache/flink-connector-kafka/pull/134#discussion_r1863022594
########## docs/content.zh/docs/connectors/table/kafka.md: ########## @@ -342,6 +342,14 @@ CREATE TABLE KafkaTable ( <td>Duration</td> <td>Consumer 定期探测动态创建的 Kafka topic 和 partition 的时间间隔。需要显式地设置'scan.topic-partition-discovery.interval'为0才能关闭此功能</td> </tr> + <tr> + <td><h5>scan.parallelism</h5></td> + <td>optional</td> + <td>no</td> + <td style="word-wrap: break-word;">(none)</td> + <td>Integer</td> + <td>定义 Kafka source 算子的并行度。默认情况下会使用全局默认并发。</td> Review Comment: ```suggestion <td>定义 Kafka source 算子的并行度。默认情况下会使用全局默认并行度。</td> ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org