We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cadd3a commit 9b1b112Copy full SHA for 9b1b112
README.md
@@ -247,8 +247,7 @@ public void ShowTime2(DateTime datetime)
247
}
248
249
```
250
-`ShowTime1` and `ShowTime2` will be called one after another because all received messages are processed linear.
251
-You can change that behaviour to set `UseDispatchingPerGroup` true.
+`ShowTime1` and `ShowTime2` will be called at the same time.
252
253
BTW, You can specify the default group name in the configuration:
254
README.zh-cn.md
@@ -248,7 +248,7 @@ public void ShowTime2(DateTime datetime)
-`ShowTime1` 和 `ShowTime2` 处于不同的组,他们在默认情况下被线性的接连调用,你可以通过设置`UseDispatchingPerGroup`为true来使两者互不影响的同时调用。
+`ShowTime1` 和 `ShowTime2` 将被同时调用。
PS,你可以通过下面的方式来指定默认的消费者组名称:
0 commit comments