浏览代码

Update README.md

master
Savorboard 2 年前
committed by GitHub
父节点
当前提交
8aa974d577
找不到此签名对应的密钥 GPG 密钥 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.


正在加载...
取消
保存