adamdebreceni commented on code in PR #1706:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1706#discussion_r1452390024
##########
extensions/standard-processors/processors/GenerateFlowFile.h:
##########
@@ -70,14 +66,15 @@ class GenerateFlowFile : public core::Processor {
.withDefaultValue("Binary")
.build();
EXTENSIONAPI static constexpr auto UniqueFlowFiles =
core::PropertyDefinitionBuilder<>::createProperty("Unique FlowFiles")
- .withDescription("If true, each FlowFile that is generated will be
unique. If false, a random value will be generated and all FlowFiles")
+ .withDescription("If true, each FlowFile that is generated will be
unique. "
+ "If false, a random value will be generated and all FlowFiles will
get the same content but this offers much higher throughput")
Review Comment:
as discussed the description of CustomText is clear enough on how to use
that and what to expect
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]