From 38de649ed13ea48b133765382d4a1e06e5d87b09 Mon Sep 17 00:00:00 2001 From: romaingimbert Date: Mon, 18 Mar 2019 11:18:47 +0100 Subject: Integrate sdc notification -refactor code -beggining implementation Change-Id: I9f66d64d9a375ef96e0248f85e2c06828f1063eb Issue-ID: EXTAPI-158 Signed-off-by: romaingimbert --- src/main/resources/application-test.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/application-test.properties') diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 028040d..ed34f0a 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -64,7 +64,8 @@ so.project.name = Project-generic # DMAAP dmaap.host = http://127.0.0.1:8091 -dmaap.topic = AAI-EVENT +dmaap.aai.topic = AAI-EVENT +dmaap.sdc.topic = SDC-DISTR-NOTIF-TOPIC-AUTO dmaap.consumergroup = NBICG1 dmaap.consumerid = NBIC1 dmaap.timeout = 2000 -- cgit 1.2.3-korg