From db3b4de8326c4dae693b4e1540537bdde4edf778 Mon Sep 17 00:00:00 2001 From: Sorinao <46095973+Sorinao@users.noreply.github.com> Date: Mon, 13 May 2019 17:32:45 +0800 Subject: [PATCH] [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 490b98c1..76788b92 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 -- GitLab