Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3167#discussion_r234999192
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GenerateTableFetch.java
---
@@ -114,6 +114,7 @@
+ "max value for max value columns. Properties should be added in
the format `initial.maxvalue.<max_value_column>`. This value is only used the
first time "
+ "the table is accessed (when a Maximum Value Column is
specified). In the case of incoming connections, the value is only used the
first time for each table "
+ "specified in the flow files.")
+@PrimaryNodeOnly
--- End diff --
Agreed
---