Use separate subscription for heartbeats
[policy/pap.git] / testsuites / stability / src / main / resources / papsetup / config / pap / etc / defaultConfig.json
index 4af2f5d..b98cdef 100644 (file)
             "servers" : [ "10.2.0.41:3904" ],
             "topicCommInfrastructure" : "dmaap",
             "fetchTimeout": 15000
+        },
+        {
+            "topic" : "PDP-HEARTBEAT",
+            "effectiveTopic": "POLICY-PDP-PAP",
+            "consumerGroup": "policy-pap",
+            "servers" : [ "10.2.0.41:3904" ],
+            "topicCommInfrastructure" : "dmaap",
+            "fetchTimeout": 15000
         }],
         "topicSinks" : [{
             "topic" : "POLICY-PDP-PAP",
@@ -46,4 +54,4 @@
             "topicCommInfrastructure" : "dmaap"
         }]
     }
-}
\ No newline at end of file
+}