diff options
author | 2019-07-19 10:02:12 +0000 | |
---|---|---|
committer | 2019-07-19 10:02:12 +0000 | |
commit | 2c8ddf3501cfc5106d20b51ef077cc6d07ab65dc (patch) | |
tree | 700976f3c0621acfd7d96e43e71bc1eadda19abd /dpo/spec/pmmapper-component-spec.json | |
parent | 0e85c3644ea0141f7761da89926e358ef68acb41 (diff) |
Add DMaaP plugin support
- Update blueprint with DMaaP plugin support.
- Update configuration with new DMaaP plugin format.
- Move Configuration tests to correct package.
- Add latest-staging Docker image tag to pom.
- Change file endings in some files to LF.
- Remove publishing to non authenticated topic.
- Fix some tests which were not executing correctly.
- Fix some Sonar smells.
Issue-ID: DCAEGEN2-1581
Change-Id: I37fbb662419179e3fe9fb8bdf710d6a6e8f0308a
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'dpo/spec/pmmapper-component-spec.json')
-rw-r--r-- | dpo/spec/pmmapper-component-spec.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dpo/spec/pmmapper-component-spec.json b/dpo/spec/pmmapper-component-spec.json index d88c71c..6734841 100644 --- a/dpo/spec/pmmapper-component-spec.json +++ b/dpo/spec/pmmapper-component-spec.json @@ -9,8 +9,10 @@ "subscribes": [ { "type": "data_router", - "config_key": "pm_mapper_subscribe_dr", + "config_key": "dmaap_subscriber", "route": "/delivery", + "privileged": true, + "decompress": true, "format": "3GPP_XML", "version": "1.0.0" } @@ -18,7 +20,7 @@ "publishes": [ { "type": "message_router", - "config_key": "pm_mapper_publish_mr", + "config_key": "dmaap_publisher", "format": "VES_specification", "version": "7.30.1" } @@ -81,7 +83,7 @@ }, { "name": "enable_http", - "value": "true", + "value": "false", "description": "Option to turn on HTTP connections", "designer_editable": true, "sourced_at_deployment": false, |