From 78850b54b98e8bdc27d186035910126dd2ac826e Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 6 Jul 2021 09:19:21 -0400 Subject: 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 --- csit/config/pap/defaultConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit') 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" ], -- cgit 1.2.3-korg