Github user minifirocks commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/259#discussion_r166130342
--- Diff: extensions/mqtt/ConsumeMQTT.cpp ---
@@ -35,7 +35,7 @@ namespace nifi {
namespace minifi {
namespace processors {
-core::Property ConsumeMQTT::MaxQueueSize("Max Flow Segment Size", "Maximum
flow content payload segment size for the MQTT record", "");
+core::Property ConsumeMQTT::MaxQueueSize("Max Queue Size", "Maximum
receive queue size for the MQTT record", "");
--- End diff --
The previous version of the parameter configuration is wrong so that is no
backward compatible.
---