From: shentao Date: Tue, 7 Nov 2017 08:32:21 +0000 (+0800) Subject: Fix dmaap calling bug X-Git-Tag: v1.1.0~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F22481%2F1;p=usecase-ui%2Fserver.git Fix dmaap calling bug Change-Id: Ibed0e7d666dadd3e06c0b718982afdd90596cf70 Issue-Id: USECASEUI-50 Signed-off-by: shentao --- 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