Merge "permissions failing when tosca parsing"
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Fri, 24 May 2019 13:05:31 +0000 (13:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 24 May 2019 13:05:31 +0000 (13:05 +0000)
src/main/java/org/onap/nbi/apis/hub/service/dmaap/DMaaPEventsScheduler.java

index cdd1825..448b32c 100644 (file)
@@ -31,7 +31,8 @@ public class DMaaPEventsScheduler {
         initialDelayString = "${dmaapCheck.initial}")
     private void processDMaaPEvents() {
         checkDMaaPEventsManager.checkForDMaaPAAIEvents();
-        checkDMaaPEventsManager.checkForDMaaPSDCEvents();
+        // Comment out until we discover how to check with Authenticated topic
+        //checkDMaaPEventsManager.checkForDMaaPSDCEvents();
 
     }
 }