Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Move transformation from the rabbit from element to the top level #4

Closed
maccac opened this issue Nov 27, 2018 · 0 comments
Closed

Move transformation from the rabbit from element to the top level #4

maccac opened this issue Nov 27, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@maccac
Copy link
Contributor

maccac commented Nov 27, 2018

In order to provide for more flexibility for later changes and improve the base model.

e.g.

 "from" : {
      "rabbit": {
        "exchange": "exchange-name-1",
        "queueName": "queue-name-1",
        "routingKey": "routing-key-1"
      }
    },
    "transformationSpecs": {
       "type": "jolt",
       "transformations":  [{
         "operation": "shift",
         "spec": {
           "fieldA": "fieldA",
           "fieldB": "fieldB"
         }
     }]
    },
    "to" : {
      "sns": {
        "name":"rabbit-bridge-test-topic"
      }
    }
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants