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

    https://github.com/apache/nifi-minifi-cpp/pull/259#discussion_r166103910
  
    --- 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 --
    
    Do we intend to follow semver? 


---

Reply via email to