From f4a31f7796bcd89ec4a88313dab8b14b0e113f7a Mon Sep 17 00:00:00 2001 From: Zmzblink <41999796+Zmzblink@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:17:39 +0800 Subject: [PATCH 1/2] correct error in the Readme file --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c8594b0..7e80d32 100644 --- a/readme.md +++ b/readme.md @@ -115,7 +115,7 @@ Offset: first * The default size of the data block from kafka is 1M~10M. If the network and IO are better, you can adjust it higher. #### Offset -* Optional last and false, the default is last, which means read data from kafka from the beginning +* Optional last and first, the default is last, which means read data from kafka from the beginning ### Filters From ffc2d98649212a7bccc04d898981326f368e9538 Mon Sep 17 00:00:00 2001 From: Zmzblink <41999796+Zmzblink@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:20:03 +0800 Subject: [PATCH 2/2] correct error in the Readme file --- readme-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-cn.md b/readme-cn.md index 7ec5622..8e6934f 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -112,7 +112,7 @@ Offset: first 每次从kafka获取数据块的区间大小,默认为1M~10M,网络和IO较好的情况下,可以适当调高 #### Offset - 可选last和false,默认为last,表示从头从kafka开始读取数据 + 可选last和first,默认为last,表示从头从kafka开始读取数据 ### Filters