This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new db3b4de  [RIP-9] Update: the period to a comma - Concept 8 Push 
Consumer (#1023)
db3b4de is described below

commit db3b4de8326c4dae693b4e1540537bdde4edf778
Author: Sorinao <[email protected]>
AuthorDate: Mon May 13 17:32:45 2019 +0800

    [RIP-9] Update: the period to a comma - Concept 8 Push Consumer (#1023)
    
    * update: the period to a comma
    
    * Update Concept.md
    
    * Update Concept.md
---
 docs/en/Concept.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/Concept.md b/docs/en/Concept.md
index 490b98c..76788b9 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

Reply via email to