summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2017-11-07 08:40:51 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-07 08:40:51 +0000
commit1403aa7079dce7e126ea66516af8e63a1223bf8d (patch)
treee533396bcae8e2a2b08c1dace43135e2e96ac9f0
parent63d9d707b260e05ebcd3065346a83ac5fc92ae02 (diff)
parentf8951e5c7f45549767b2dc87115b9865198f3a73 (diff)
Merge "Fix dmaap calling bug"
-rw-r--r--server/src/main/resources/dmaap.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/resources/dmaap.properties b/server/src/main/resources/dmaap.properties
index 20f26fc8..cd34dc65 100644
--- a/server/src/main/resources/dmaap.properties
+++ b/server/src/main/resources/dmaap.properties
@@ -14,7 +14,7 @@
## limitations under the License.
##
dmaap.url = http://172.30.3.42:3904
-dmaap.topic = unauthenticated.SEC_FAULT_OUTPUT
+dmaap.topic = events/unauthenticated.SEC_FAULT_OUTPUT
dmaap.consumerGroup = uuiGroup
dmaap.conusmer = uuiUser
dmaap.timeout = 10000 \ No newline at end of file