Hi,
we use a shared rmqtt broker for various applications.
To separate the use cases, the location, department, project_name, state etc is part of the topic.
If we use egress bridging the entire long topic must be published on the other side.
Is there a way to modify the topic in egress bridging?
Example topic on shared rmqtt broker:
<state>/<location>/<department>/<project_name>/app/spezific/mqtt/topics/...
on the other side of the bridge configuration, only this topic section is required
/app/spezific/mqtt/topics/...
My idea is to remove the fixed part of the topic. In this case <state>/<location>/<department>/<project_name>.
Is it possible to adapt the configuration of the output bridge?
Spezial thanks