Quellcode durchsuchen

update readme

master
Savorboard vor 6 Jahren
Ursprung
Commit
83cca80f9d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      README.md

+ 1
- 1
README.md Datei anzeigen

@@ -190,7 +190,7 @@ The concept of a subscription group is similar to that of a consumer group in Ka
When CAP startup, it will use the current assembly name as the default group name, if multiple same group subscribers subscribe the same topic name, there is only one subscriber can receive the message.
Conversely, if subscribers are in different groups, they will all receive messages.

In the same application, you can specify the `Group` property to keep they are in different consumer groups:
In the same application, you can specify the `Group` property to keep they are in different subscribe groups:

```C#



Laden…
Abbrechen
Speichern