summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-07 16:32:21 +0800
committershentao <shentao@chinamobile.com>2017-11-07 16:32:28 +0800
commitf8951e5c7f45549767b2dc87115b9865198f3a73 (patch)
tree5da9ab5e239a5e161ebeb21eebbe00600b8d1101
parenta343695b548a9dee26b3f12afee119d815c3c196 (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.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