From a978716f5f5a494276c88794c3d366a012479f0d Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Tue, 24 Aug 2021 17:33:07 -0400 Subject: Add dmaap connectivity check in pap Add dmaap connectivity check in pap consolidated health check. Make a rest call to fetch all the topics. Verify POLICY-PDP-PAP topic is present. Issue-ID: POLICY-2896 Change-Id: Ide39c70999eaca61205225c95b904e3009d41408 Signed-off-by: Ram Krishna Verma --- .../policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/policy-pap-tarball/src/main/resources') diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index 575880cb..573ecc9a 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -73,5 +73,12 @@ "password": "zb!XztG34", "useHttps": true, "basePath": "healthcheck" + }, + { + "clientName": "dmaap", + "hostname": "message-router", + "port": 3905, + "useHttps": true, + "basePath": "topics" }] } -- cgit 1.2.3-korg