Forráskód Böngészése

fix(rewrite): del topic rewrite conf

Turtle 4 éve
szülő
commit
329cac6623
1 módosított fájl, 6 hozzáadás és 6 törlés
  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"
+    # }
 ]