Skip to content

Commit

Permalink
docs: fix English docs (#629)
Browse files Browse the repository at this point in the history
* fix: word format

* fix: Remove duplicate words
  • Loading branch information
YouChuanlong authored Apr 9, 2024
1 parent 603746f commit 7a8039b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A topic in Apache RocketMQ consists of multiple queues. This way, queues support

Queues provide the following benefits:

* Ordered storageQueues are ordered in nature. Messages are stored in the same order in which they are queued. The earliest message is at the start of the queue and the latest message is at the end of the queue. Offsets are used to label the locations and the order of messages in a queue.
* Ordered Storage Queues are ordered in nature: Messages are stored in the same order in which they are queued. The earliest message is at the start of the queue and the latest message is at the end of the queue. Offsets are used to label the locations and the order of messages in a queue.

* Streaming operation semanticsThe queue-based storage in Apache RocketMQ allows consumers to read one or more messages from an offset. This helps implement features such as aggregate read and backtrack read. These features are not available in RabbitMQ or ActiveMQ.
* Streaming Operation Semantics: The queue-based storage in Apache RocketMQ allows consumers to read one or more messages from an offset. This helps implement features such as aggregate read and backtrack read. These features are not available in RabbitMQ or ActiveMQ.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ The following figure shows the position of messages in the domain model of Apach

**Message load**

**Message load**

* Definition: the actual message data of the service message.

* Values: serialized by the producer and transmitted in binary bytes.
Expand Down

0 comments on commit 7a8039b

Please sign in to comment.