diff options
Diffstat (limited to 'packages/policy-pap-tarball/src/main/resources')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index 2f37cb66..94315bb6 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -35,6 +35,14 @@ "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap", "fetchTimeout": 15000 + }, + { + "topic" : "POLICY-HEARTBEAT", + "effectiveTopic": "POLICY-PDP-PAP", + "consumerGroup": "policy-pap", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap", + "fetchTimeout": 15000 }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", |