主题重写 ${clientid} ${username} 的使用示例

主题重写中提到的 ${clientid} 代表 客户端Id , 使用 ${username} 代表 `客户端用户名的使用示例能提供一份吗,我只想针对指定clientid的客户端启动主题订阅的重写

{
    action:       "all"
    source_topic: "a/1"
    dest_topic:   "a/${clientid}"
    re:           ".*"
  }

在 dest_topic 里面支持 ${clientid} 和 ${username}, 如果是 clientid 为 “2” 的客户端发送了 “a/1” 这个主题,运行时主题将被重写为 “a/2”

哥你好 只有dest_topic 支持${clientid} 和 ${username} 关键字吗

是的,其他没有支持。