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 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