diff options
author | shentao <shentao@chinamobile.com> | 2017-11-07 16:32:21 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-07 16:32:28 +0800 |
commit | f8951e5c7f45549767b2dc87115b9865198f3a73 (patch) | |
tree | 5da9ab5e239a5e161ebeb21eebbe00600b8d1101 | |
parent | a343695b548a9dee26b3f12afee119d815c3c196 (diff) |
Fix dmaap calling bug
Change-Id: Ibed0e7d666dadd3e06c0b718982afdd90596cf70
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
-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 |