aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2019-03-18 11:18:47 +0100
committerromaingimbert <romain.gimbert@orange.com>2019-03-18 11:18:47 +0100
commit38de649ed13ea48b133765382d4a1e06e5d87b09 (patch)
tree708020866da8bcf31403f358f92e8499dd0dd99c /src/main/resources/application.properties
parent64282377acebca548149b1922799cddbd67790a7 (diff)
Integrate sdc notification
-refactor code -beggining implementation Change-Id: I9f66d64d9a375ef96e0248f85e2c06828f1063eb Issue-ID: EXTAPI-158 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 741682e..fe7dde0 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -72,7 +72,8 @@ so.project.name = Project-generic
# DMAAP
dmaap.host = http://10.0.6.1:3904
-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