aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/correct_config.json
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2019-04-11 13:18:07 +0200
committerpwielebs <piotr.wielebski@nokia.com>2019-04-11 13:24:38 +0200
commit95775a1da5c70e01738fb1c939f552b755af6e1d (patch)
tree42b55ced1128e419eb3b050b0d864bda5e6b037f /prh-app-server/src/test/resources/correct_config.json
parent315fbc568d80baa85ad5989b3faae9aa199c3d9c (diff)
read topic_url via Data streams
Change-Id: Ibabbeb3fa9b327dafbbb81e58980f8978a509d7e Issue-ID: DCAEGEN2-1360 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'prh-app-server/src/test/resources/correct_config.json')
-rw-r--r--prh-app-server/src/test/resources/correct_config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/prh-app-server/src/test/resources/correct_config.json b/prh-app-server/src/test/resources/correct_config.json
index ec3ebee4..7ec2f74c 100644
--- a/prh-app-server/src/test/resources/correct_config.json
+++ b/prh-app-server/src/test/resources/correct_config.json
@@ -53,11 +53,13 @@
"security.enableDmaapCertAuth":false,
"streams_publishes":{
"pnf-update":{
+ "type": "message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:2222/events/unauthenticated.PNF_UPDATE"
}
},
"pnf-ready":{
+ "type": "message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:2222/events/unauthenticated.PNF_READY"
}
@@ -65,6 +67,7 @@
},
"streams_subscribes":{
"ves-reg-output":{
+ "type": "message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:2222/events/unauthenticated.VES_PNFREG_OUTPUT"
}