james94 commented on code in PR #1850:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1850#discussion_r1710123356


##########
extensions/standard-processors/processors/InvokeHTTP.h:
##########
@@ -187,7 +177,7 @@ class InvokeHTTP : public core::Processor {
       .withPropertyType(core::StandardPropertyTypes::DATA_TRANSFER_SPEED_TYPE)
       .build();
 
-  EXTENSIONAPI static constexpr auto Properties = 
std::array<core::PropertyReference, 23>{
+  EXTENSIONAPI static constexpr auto Properties = 
std::array<core::PropertyReference, 21>{

Review Comment:
   @fgerlits Thank you for sharing your perspective on refactoring this part of 
the code. I'd be happy to create a separate PR targetting your Jira 
MINIFICPP-2441. I will get back to you on this.



-- 
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]

Reply via email to