message-transformation.conf.example 403 B

123456789101112131415161718192021
  1. message_transformation {
  2. transformations = [
  3. {
  4. name = trans1
  5. description = ""
  6. failure_action = ignore
  7. log_failure {level = warning}
  8. operations = [
  9. {
  10. key = topic
  11. value = "concat([clientid,'/',topic])"
  12. }
  13. ]
  14. payload_decoder {type = none}
  15. payload_encoder {type = none}
  16. topics = [
  17. "#"
  18. ]
  19. }
  20. ]
  21. }