This is an automated email from the ASF dual-hosted git repository.
ShannonDing pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new f6be0a1489 docs: fix message filter spacing typo (#788)
f6be0a1489 is described below
commit f6be0a14897f60240a45795e745d4e8cb498d244
Author: titanniya542-spec <[email protected]>
AuthorDate: Mon Jun 15 11:29:10 2026 +0800
docs: fix message filter spacing typo (#788)
Co-authored-by: titanniya542-spec
<[email protected]>
---
.../version-5.0/04-featureBehavior/07messagefilter.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/07messagefilter.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/07messagefilter.md
index 740b528a4a..bb03ceb43d 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/07messagefilter.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/07messagefilter.md
@@ -147,7 +147,7 @@ Tag-based filtering implements precise filtering based on
character strings. You
## Attribute-based SQL filtering
-Attribute-based SQL filtering is an advanced message filtering method provided
byApache RocketMQ. It filters messages based on the attributes and attribute
values, which are also called keys and values, that producers configure for
messages. Producers can set multiple attributes for a message. Consumers can
then specify attributes in SQL expressions to receive certain messages.
+Attribute-based SQL filtering is an advanced message filtering method provided
by Apache RocketMQ. It filters messages based on the attributes and attribute
values, which are also called keys and values, that producers configure for
messages. Producers can set multiple attributes for a message. Consumers can
then specify attributes in SQL expressions to receive certain messages.
:::info
Because tags are a system attribute, tag-based filtering is a type of
attribute-based SQL filtering. In SQL syntaxes, the tag attribute is
represented by TAGS.