From 640c573821ac2a90a73244c558f209b5c4eb42d5 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Wed, 22 Aug 2018 12:57:54 +0200 Subject: Fix for logging: - removal of authentication in Dmaap client - improvement of logging in the DmaaP's & AAI's clients - Dmaap Topic upgraded according to VES 7.0 spec - correction in tasks scheduling Change-Id: Ie0b153b5544c69be54718460247dcd1d83f6ebe2 Issue-ID: DCAEGEN2-721 Signed-off-by: pwielebs --- prh-app-server/config/prh_endpoints.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prh-app-server/config/prh_endpoints.json') diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json index 1e57e05d..e2dd51a3 100644 --- a/prh-app-server/config/prh_endpoints.json +++ b/prh-app-server/config/prh_endpoints.json @@ -4,7 +4,7 @@ "dmaapConsumerConfiguration": { "dmaapHostName": "localhost", "dmaapPortNumber": 2222, - "dmaapTopicName": "/events/unauthenticated.SEC_OTHER_OUTPUT", + "dmaapTopicName": "/events/unauthenticated.VES_PNFREG_OUTPUT", "dmaapProtocol": "http", "dmaapUserName": "admin", "dmaapUserPassword": "admin", -- cgit 1.2.3-korg