diff --git a/docs/en/Concept.md b/docs/en/Concept.md index 490b98c1567b34e0549d750bbd088b0aeeeac0b9..76788b92196e5ec6fee29c97a05c838513e79b7b 100644 --- a/docs/en/Concept.md +++ b/docs/en/Concept.md @@ -18,7 +18,7 @@ The Name Server serves as the provider of routing service. The producer or the c ## 7 Pull Consumer A type of Consumer, the application pulls messages from brokers by actively invoking the consumer pull message method, and the application has the advantages of controlling the timing and frequency of pulling messages. Once the batch of messages is pulled, user application will initiate consuming process. ## 8 Push Consumer -A type of Consumer. Under this high real-time performance mode, it will push the message to the consumer actively when the Broker receives the data. +A type of Consumer, Under this high real-time performance mode, it will push the message to the consumer actively when the Broker receives the data. ## 9 Producer Group A collection of the same type of Producer, which sends the same type of messages with consistent logic. If a transaction message is sent and the original producer crashes after sending, the broker server will contact other producers in the same producer group to commit or rollback the transactional message. ## 10 Consumer Group