Bläddra i källkod

Update README.md

master
Savorboard 2 år sedan
committed by GitHub
förälder
incheckning
8aa974d577
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. +0
    -2
      README.md

+ 0
- 2
README.md Visa fil

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


Laddar…
Avbryt
Spara