| 123456789101112131415161718192021 |
- message_transformation {
- transformations = [
- {
- name = trans1
- description = ""
- failure_action = ignore
- log_failure {level = warning}
- operations = [
- {
- key = topic
- value = "concat([clientid,'/',topic])"
- }
- ]
- payload_decoder {type = none}
- payload_encoder {type = none}
- topics = [
- "#"
- ]
- }
- ]
- }
|