diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2019-03-19 10:34:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-19 10:34:34 +0000 |
commit | 552ba2cc87a01ec0337e39ffcd819da5b6e05e62 (patch) | |
tree | 55a55929a07b4b9cb9d7e3087e8fc0104615f243 /src/main/resources/application-test.properties | |
parent | 6abaacf6ff8afb9675eff17ce0ec21c021a5d89c (diff) | |
parent | 38de649ed13ea48b133765382d4a1e06e5d87b09 (diff) |
Merge "Integrate sdc notification"
Diffstat (limited to 'src/main/resources/application-test.properties')
-rw-r--r-- | src/main/resources/application-test.properties | 3 |
1 files changed, 2 insertions, 1 deletions
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 |