From: Jim Hahn Date: Tue, 6 Jul 2021 13:19:21 +0000 (-0400) Subject: Replace POLICY-STATISTICS with POLICY-HEARTBEAT X-Git-Tag: 2.3.0~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F122456%2F1;p=policy%2Fdocker.git Replace POLICY-STATISTICS with POLICY-HEARTBEAT Eliminated the separate topic/feed for policy statistics and replaced it with a topic/feed for heatbeats, as that will be used for both heartbeats AND statistics. Issue-ID: POLICY-3460 Change-Id: Ie81a9c3d263db969a8c14597910f75724c244952 Signed-off-by: Jim Hahn --- diff --git a/csit/config/pap/defaultConfig.json b/csit/config/pap/defaultConfig.json index 828e53dd..06eb7813 100644 --- a/csit/config/pap/defaultConfig.json +++ b/csit/config/pap/defaultConfig.json @@ -37,7 +37,7 @@ "useHttps": true }, { - "topic" : "POLICY-STATISTICS", + "topic" : "POLICY-HEARTBEAT", "effectiveTopic": "POLICY-PDP-PAP", "consumerGroup": "policy-pap", "servers" : [ "message-router" ],