浏览代码

fix(rewrite): del topic rewrite conf

Turtle 4 年之前
父节点
当前提交
329cac6623
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      apps/emqx_modules/etc/emqx_modules.conf

+ 6 - 6
apps/emqx_modules/etc/emqx_modules.conf

@@ -28,11 +28,11 @@ topic_metrics: [
 ]
 
 rewrite: [
-    {
-        action = publish
-        source_topic = "x/#"
-        re = "^x/y/(.+)$"
-        dest_topic = "z/y/$1"
-    }
+    # {
+    #     action = publish
+    #     source_topic = "x/#"
+    #     re = "^x/y/(.+)$"
+    #     dest_topic = "z/y/$1"
+    # }
 ]