fix(rewrite): del topic rewrite conf
This commit is contained in:
parent
8f058a7680
commit
329cac6623
|
@ -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"
|
||||
# }
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue