提交 db3b4de8 编写于 作者: S Sorinao 提交者: dinglei

[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
上级 27e305d6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册