Remove Dmaap from PAP
[policy/pap.git] / testsuites / stability / src / main / resources / papsetup / config / pap / etc / defaultConfig.json
index f7149b4..144eca4 100644 (file)
@@ -32,7 +32,7 @@
         "topicSources" : [{
             "topic" : "POLICY-PDP-PAP",
             "servers" : [ "10.2.0.41:3904" ],
-            "topicCommInfrastructure" : "dmaap",
+            "topicCommInfrastructure" : "NOOP",
             "fetchTimeout": 15000
         },
         {
             "effectiveTopic": "POLICY-PDP-PAP",
             "consumerGroup": "policy-pap",
             "servers" : [ "10.2.0.41:3904" ],
-            "topicCommInfrastructure" : "dmaap",
+            "topicCommInfrastructure" : "NOOP",
             "fetchTimeout": 15000
         }],
         "topicSinks" : [{
             "topic" : "POLICY-PDP-PAP",
             "servers" : [ "10.2.0.41:3904" ],
-            "topicCommInfrastructure" : "dmaap"
+            "topicCommInfrastructure" : "NOOP"
         },
         {
             "topic" : "POLICY-NOTIFICATION",
             "servers" : [ "10.2.0.41:3904" ],
-            "topicCommInfrastructure" : "dmaap"
+            "topicCommInfrastructure" : "NOOP"
         }]
     }
 }