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