Skip to content

Commit

Permalink
add kafka header message
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy512 committed Sep 27, 2023
1 parent 3f20f33 commit c74b7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you use Maven, you just need to add the following dependency in pom.xml:
<dependency>
<groupId>io.github.wendy512</groupId>
<artifactId>stream-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Stream异步消息高性能处理框架,类似go chan,多线程异步处理
<dependency>
<groupId>io.github.wendy512</groupId>
<artifactId>stream-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit c74b7e7

Please sign in to comment.