From 0723a5eeb72a09368525f06a54c7de7a3ec69834 Mon Sep 17 00:00:00 2001 From: Shuozeli Date: Mon, 22 Sep 2025 20:43:34 -0700 Subject: [PATCH] docs: fix delay message type parameter to uppercase DELAY in topic creation example --- .../version-5.0/04-featureBehavior/02delaymessage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md index 416f8bd1a2..59066fc5aa 100644 --- a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md +++ b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md @@ -97,7 +97,7 @@ The status of delay messages in Apache RocketMQ can be persistently stored. If t For creating topics in Apache RocketMQ 5.0, it is recommended to use the mqadmin tool. However, it is worth noting that message type needs to be added as a property parameter. Here is an example: ```shell -sh mqadmin updateTopic -n -t -c -a +message.type=Delay +sh mqadmin updateTopic -n -t -c -a +message.type=DELAY ``` **Send messages**