mxsm commented on code in PR #439:
URL: https://github.com/apache/rocketmq-site/pull/439#discussion_r1069162313
##########
i18n/en/docusaurus-plugin-content-docs/current/08-数据集成/27RocketMQ Connect Quick
Start.md:
##########
@@ -95,68 +95,70 @@ cat test-sink-file.txt
> tail -100f ~/logs/rocketmqconnect/connect_runtime.log
-看到以下日志说明file sink connector 启动成功了
+If you see the following log message, it means the file sink connector has
started successfully.
> 2019-07-16 11:24:58 INFO pool-7-thread-2 - **Sink task start**,
> config:{"properties":{"source-record-...
-如果 test-sink-file.txt 生成并且与 source-file.txt 内容一样,说明整个流程正常运行。
-文件内容可能顺序不一样,这主要是因为RocketMQ发到不同queue时,接收不同queue消息顺序可能也不一致导致的,是正常的。
+If test-sink-file.txt is generated and its content is the same as
source-file.txt, it means that the entire process is running normally.
+
+The file contents may be in a different order, which is normal because the
order of messages received from different queues in RocketMQ may also be
inconsistent.
-#### sink connector配置说明
+#### sink connector configuration instructions
-| key | nullable | default | description
|
-|--------------------| -------- | ------- |
--------------------------------------------------------------------------------------
|
-| connector.class | false | | 实现Connector接口的类名称(包含包名)
|
-| filename | false | | sink拉去的数据保存到文件
|
-| connect.topicnames | false | | sink需要处理数据消息topics
|
+| key | nullable | default | description
|
+| ------------------ | -------- | ------- |
------------------------------------------------------------ |
+| connector.class | false | | The class name (including the
package name) that implements the Connector interface |
+| filename | false | | The sink pulls data and saves it
to a file. |
+| connect.topicnames | false | | The topics of the data messages
that the sink needs to process. |
```
-注:source/sink配置文件说明是以rocketmq-connect-sample为demo,不同source/sink
connector配置有差异,请以具体sourc/sink connector 为准
+注:The configuration file instructions for the sample rocketmq-connect-sample
are for reference only, different source/sink connectors have different
configurations, please refer to the specific source/sink connector.
Review Comment:
@Oliverwqcwrw I will fix it and re-submit later
--
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]