fix(rewrite): del topic rewrite conf

This commit is contained in:
Turtle 2021-08-27 18:49:59 +08:00 committed by turtleDeng
parent 8f058a7680
commit 329cac6623
1 changed files with 6 additions and 6 deletions

View File

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