aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json')
-rwxr-xr-xhelm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json b/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json
index e70cb3f5..53655845 100755
--- a/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json
+++ b/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json
@@ -10,7 +10,7 @@
},
"pdpStatusParameters": {
"pdpGroup": "defaultGroup",
- "timeIntervalMs": 120000,
+ "timeIntervalMs": 20000,
"pdpType": "apex",
"description": "Pdp Heartbeat",
"supportedPolicyTypes": [
@@ -27,22 +27,23 @@
"topicParameterGroup": {
"topicSources": [
{
- "topic": "POLICY-PDP-PAP",
+ "topic": "policy-pdp-pap",
"servers": [
- "message-router"
+ "{{ .Values.global.kafkaServer }}:9092"
],
"useHttps": false,
- "topicCommInfrastructure": "dmaap"
+ "topicCommInfrastructure": "kafka",
+ "fetchTimeout": 15000
}
],
"topicSinks": [
{
- "topic": "POLICY-PDP-PAP",
+ "topic": "policy-pdp-pap",
"servers": [
- "message-router"
+ "{{ .Values.global.kafkaServer }}:9092"
],
"useHttps": false,
- "topicCommInfrastructure": "dmaap"
+ "topicCommInfrastructure": "kafka"
}
]
}