diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-06 09:19:21 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-06 09:20:52 -0400 |
commit | 78850b54b98e8bdc27d186035910126dd2ac826e (patch) | |
tree | ddea3b46e27ac5ccae6cf07a3c6fb7efd163ba58 /csit/config/pap/defaultConfig.json | |
parent | fde1278d60942865e721dbc7ca89e09846d07dc8 (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/config/pap/defaultConfig.json')
-rw-r--r-- | csit/config/pap/defaultConfig.json | 2 |
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" ], |