From 5a7685a341b6466e9c1e18c84aa8b70df67004c5 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 20 Apr 2023 22:26:29 +0800 Subject: [PATCH] chore: apply suggestions from code review Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com> Co-authored-by: Thales Macedo Garitezi --- apps/emqx_modules/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_modules/README.md b/apps/emqx_modules/README.md index 567b1ac71..dfa349514 100644 --- a/apps/emqx_modules/README.md +++ b/apps/emqx_modules/README.md @@ -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.