lizhanhui commented on code in PR #252: URL: https://github.com/apache/rocketmq-site/pull/252#discussion_r977419804
########## i18n/en/docusaurus-plugin-content-docs/version-5.0/01-基础介绍/02concepts.md: ########## @@ -0,0 +1,51 @@ +# Concepts + +This topic describes the basic concepts of Apache RocketMQ. + +## Topic + +A topic is a top-level container that is used in Apache RocketMQ to transfer and store messages that belong to the same business logic.Learn more [Topic](../03-领域模型/02topic.md). Review Comment: ```suggestion A topic is logically a collection of queues; we may publish messages to or receive from it. Learn more [Topic](../03-领域模型/02topic.md). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
