From f8951e5c7f45549767b2dc87115b9865198f3a73 Mon Sep 17 00:00:00 2001 From: shentao Date: Tue, 7 Nov 2017 16:32:21 +0800 Subject: Fix dmaap calling bug Change-Id: Ibed0e7d666dadd3e06c0b718982afdd90596cf70 Issue-Id: USECASEUI-50 Signed-off-by: shentao --- server/src/main/resources/dmaap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg