From 27bd0f05cf0a35d6833b256f5c7144db2d265087 Mon Sep 17 00:00:00 2001 From: summerbird_1 <77279473+summerbird-1@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A302topic.md?= =?UTF-8?q?=20(#660)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- versioned_docs/version-5.0/03-domainModel/02topic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-5.0/03-domainModel/02topic.md b/versioned_docs/version-5.0/03-domainModel/02topic.md index 13d5bfcf46..bda530572a 100644 --- a/versioned_docs/version-5.0/03-domainModel/02topic.md +++ b/versioned_docs/version-5.0/03-domainModel/02topic.md @@ -83,9 +83,9 @@ Apache RocketMQ 5.x版本支持将消息类型拆分到主题中进行独立运 **常见错误使用场景** -* 发送的消息类型不匹配例如,创建主题时消息类型定义为顺序消息,发送消息时发送事务消息到该主题中,此时消息发送请求会被拒绝,并返回类型不匹配异常。 +* 发送的消息类型不匹配。例如:创建主题时消息类型定义为顺序消息,发送消息时发送事务消息到该主题中,此时消息发送请求会被拒绝,并返回类型不匹配异常。 -* 单一消息主题混用例如,创建主题时消息类型定义为普通消息,发送消息时同时发送普通消息和顺序消息到该主题中,则顺序消息的发送请求会被拒绝,并返回类型不匹配异常。 +* 单一消息主题混用。例如:创建主题时消息类型定义为普通消息,发送消息时同时发送普通消息和顺序消息到该主题中,则顺序消息的发送请求会被拒绝,并返回类型不匹配异常。 ## 版本兼容性