james94 commented on code in PR #1850:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1850#discussion_r1720935355
##########
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 @martinzink I opened the PR that updates the way most MiNiFi C++
Processor and ControllerService Properties are created:
https://github.com/apache/nifi-minifi-cpp/pull/1859
--
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]