Remove dmaap from models
[policy/models.git] / models-sim / policy-models-sim-pdp / src / main / resources / config / OnapPfConfig.json
index 4b05fd9..2c6a332 100644 (file)
     "topicParameterGroup": {
         "topicSources" : [{
             "topic" : "POLICY-PDP-PAP",
-            "servers" : [ "message-router:3904" ],
-            "topicCommInfrastructure" : "dmaap"
+            "servers" : [ "localhost" ],
+            "topicCommInfrastructure" : "noop",
+            "fetchTimeout": 15000
         }],
         "topicSinks" : [{
             "topic" : "POLICY-PDP-PAP",
-            "servers" : [ "message-router:3904" ],
-            "topicCommInfrastructure" : "dmaap"
+            "servers" : [ "localhost" ],
+            "topicCommInfrastructure" : "noop",
+            "fetchTimeout": 15000
         }]
     }
 }
\ No newline at end of file