chore: apply suggestions from code review

Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
JianBo He 2023-04-20 22:26:29 +08:00 committed by GitHub
parent eda2f0819d
commit 5a7685a341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# EMQX Modules
The application provide some minor functional modules that are not included in the MQTT
The application provides some minor functional modules that are not included in the MQTT
protocol standard, including "Delayed Publish", "Topic Rewrite", "Topic Metrics" and "Telemetry".
@ -20,7 +20,7 @@ See [Enabling/Disabling Delayed Publish via HTTP API](https://www.emqx.io/docs/e
Topic Rewrite allows users to configure rules to change the topic strings that
the client requests to subscribe or publish.
This feature is very useful when it need to compatibility with different versions of topic designs.
This feature is very useful when there's a need to transform between different topic structures.
For example, an old device that has already been issued and cannot
be upgraded may use old topic designs, but for some reason, we adjusted the format of topics. We can use this feature to rewrite the old topics as the new format to eliminate these differences.