I am about to develope a custom Adapter for the edge, that will handle incomming messages and map those to a specified internal protocol (that means the MQTT payload has a specific format).
Now I was wondering if it is possible to chain adaperts after each other? For example the integrated MQTT Connector receives a message and instead of forwarding this to the internal MQTT-Broker, the message is forwarded to my custom protocol adapter.
Maybe this example is not the best practice, but it clearely shows my intention.
This is actually not supported and probably not trivial to implement. However, we have payload modifications/transformations on the roadmap for HiveMQ Edge.
Do you want to modify JSON payload into some other formats?