소스 검색

Update README.md

master
Savorboard 2 년 전
committed by GitHub
부모
커밋
8aa974d577
No known key found for this signature in database 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.


불러오는 중...
취소
저장