Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Sep 20, 2024
1 parent 1cadd3a commit 9b1b112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ public void ShowTime2(DateTime datetime)
}

```
`ShowTime1` and `ShowTime2` will be called one after another because all received messages are processed linear.
You can change that behaviour to set `UseDispatchingPerGroup` true.
`ShowTime1` and `ShowTime2` will be called at the same time.

BTW, You can specify the default group name in the configuration:

Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public void ShowTime2(DateTime datetime)

```

`ShowTime1``ShowTime2` 处于不同的组,他们在默认情况下被线性的接连调用,你可以通过设置`UseDispatchingPerGroup`为true来使两者互不影响的同时调用
`ShowTime1``ShowTime2` 将被同时调用

PS,你可以通过下面的方式来指定默认的消费者组名称:

Expand Down

0 comments on commit 9b1b112

Please sign in to comment.