aboutsummaryrefslogtreecommitdiffstats
path: root/csit
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-06 09:19:21 -0400
committerJim Hahn <jrh3@att.com>2021-07-06 09:20:52 -0400
commit78850b54b98e8bdc27d186035910126dd2ac826e (patch)
treeddea3b46e27ac5ccae6cf07a3c6fb7efd163ba58 /csit
parentfde1278d60942865e721dbc7ca89e09846d07dc8 (diff)
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 <jrh3@att.com>
Diffstat (limited to 'csit')
-rw-r--r--csit/config/pap/defaultConfig.json2
1 files changed, 1 insertions, 1 deletions
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" ],