diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-07 12:26:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-07 12:26:04 +0000 |
commit | fdbd773c3a09b8002c51393c529597b671b2d042 (patch) | |
tree | b4778cba67aeaffa353fa4413840d27d7efb8cbe /packages/policy-pap-tarball | |
parent | a87b9d9e191b4dee5d821db55d1ff4fd70b8d73a (diff) | |
parent | 18bf88fc5aed7586249319af690fb5c09451ad03 (diff) |
Merge "Use separate subscription for heartbeats"
Diffstat (limited to 'packages/policy-pap-tarball')
-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", |