Github user minifirocks commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/259#discussion_r166388881
  
    --- 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 --
    
    Fixed in latest commit


---

Reply via email to