This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4970454 修改文档错误别字
new c7826fe Merge pull request #8 from coderjiang/bugfix/flink_cdc_doc
4970454 is described below
commit 4970454c305889025e9b990608773214517b87e1
Author: coderjiang <[email protected]>
AuthorDate: Mon Feb 7 10:08:03 2022 +0800
修改文档错误别字
---
blogs/zh-CN/flink-cdc-to-doris.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/blogs/zh-CN/flink-cdc-to-doris.md
b/blogs/zh-CN/flink-cdc-to-doris.md
index d6627ea..f5828fc 100644
--- a/blogs/zh-CN/flink-cdc-to-doris.md
+++ b/blogs/zh-CN/flink-cdc-to-doris.md
@@ -90,9 +90,9 @@ Flink Doris Connector 是 doris 社区为了方便用户使用 Flink 读写Doris
目前Flink doris connector目前控制入库通过两个参数:
1. sink.batch.size :每多少条写入一次,默认100条
-2. sink.batch.interval :每个多少秒写入一下,默认1秒
+2. sink.batch.interval :每隔多少秒写入一下,默认1秒
-这两参数同时起作用,那个条件先到就触发写doris表操作,
+这两参数同时起作用,哪个条件先到就触发写doris表操作,
**注意:**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]