Kaynağa Gözat

Update README.md

master
Savorboard 2 yıl önce
committed by GitHub
ebeveyn
işleme
8aa974d577
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. +0
    -2
      README.md

+ 0
- 2
README.md Dosyayı Görüntüle

@@ -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.


Yükleniyor…
İptal
Kaydet