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