diff options
Diffstat (limited to 'csit/config/pap')
-rw-r--r-- | csit/config/pap/defaultConfig.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/csit/config/pap/defaultConfig.json b/csit/config/pap/defaultConfig.json index 15bba3f4..828e53dd 100644 --- a/csit/config/pap/defaultConfig.json +++ b/csit/config/pap/defaultConfig.json @@ -9,7 +9,7 @@ "aaf": false }, "pdpParameters": { - "heartBeatMs": 120000, + "heartBeatMs": 20000, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 @@ -35,6 +35,14 @@ "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap", "useHttps": true + }, + { + "topic" : "POLICY-STATISTICS", + "effectiveTopic": "POLICY-PDP-PAP", + "consumerGroup": "policy-pap", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap", + "useHttps": true }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", |