Merge "Fixed the streams and the imports issues"
[dcaegen2/platform/cli.git] / blueprint-generator / src / main / java / org / onap / blueprintgenerator / models / dmaapbp / DmaapNode.java
index 97a6fdb..bfa7ae9 100644 (file)
@@ -124,7 +124,7 @@ public class DmaapNode extends Node{
                GetInput topicInput = new GetInput();
                topicInput.setGet_input(name + "_name");
                props.setFeed_name(topicInput);
-               props.setUseExisting(true);
+               //props.setUseExisting(true);
                retInputs.put(name + "_name", stringType);
                this.setProperties(props);
 
@@ -144,7 +144,7 @@ public class DmaapNode extends Node{
                GetInput topicInput = new GetInput();
                topicInput.setGet_input(name + "_name");
                props.setTopic_name(topicInput);
-               props.setUseExisting(true);
+               //props.setUseExisting(true);
                retInputs.put(name + "_name", stringType);
                this.setProperties(props);