Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2841#discussion_r200671407
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/integration/Cluster.java
---
@@ -131,7 +130,11 @@ public Node createNode() {
final NiFiProperties nifiProperties =
NiFiProperties.createBasicNiFiProperties("src/test/resources/conf/nifi.properties",
addProps);
--- End diff --
Thanks for the info @alopresto, I see there there was a utility function of
some sort. Why was it removed? Would putting a builder or factory/default be
a bad idea?
---