瀏覽代碼

Update README.md

master
Savorboard 2 年之前
committed by GitHub
父節點
當前提交
8aa974d577
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      README.md

+ 0
- 2
README.md 查看文件

@@ -180,7 +180,6 @@ Then register your class that implements `ISubscriberService` in Startup.cs
```c#
public void ConfigureServices(IServiceCollection services)
{
//Note: The injection of services needs before of `services.AddCap()`
services.AddTransient<ISubscriberService,SubscriberService>();

services.AddCap(x=>
@@ -204,7 +203,6 @@ public class CustomersSubscriberService : ICapSubscribe
}
```


#### Subscribe Group

The concept of a subscription group is similar to that of a consumer group in Kafka. it is the same as the broadcast mode in the message queue, which is used to process the same message between multiple different microservice instances.


Loading…
取消
儲存