diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-11-07 08:40:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-07 08:40:51 +0000 |
commit | 1403aa7079dce7e126ea66516af8e63a1223bf8d (patch) | |
tree | e533396bcae8e2a2b08c1dace43135e2e96ac9f0 | |
parent | 63d9d707b260e05ebcd3065346a83ac5fc92ae02 (diff) | |
parent | f8951e5c7f45549767b2dc87115b9865198f3a73 (diff) |
Merge "Fix dmaap calling bug"
-rw-r--r-- | server/src/main/resources/dmaap.properties | 2 |
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 |