This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git
commit 30cb39bdbda5ac76d2b350867619ae7d70212979 Author: 刈刀 <[email protected]> AuthorDate: Mon Aug 2 12:12:29 2021 +0800 modify the README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dfb623..649319c 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,7 @@ DataStreamSource 是分段式编程的源头类,用于对接各种数据源, + ```groupName``` 消费者组的名称,必填参数 + ```isJson``` 是否json格式,非必填参数 + ```tags``` rocketmq消费的tags值,用于过滤消息,非必填参数 - - + + ```from``` 自定义的数据源, 通过实现ISource接口实现自己的数据源 ### transform
