adamdebreceni commented on code in PR #1693:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1693#discussion_r1386514328
##########
extensions/http-curl/processors/InvokeHTTP.cpp:
##########
@@ -93,6 +64,9 @@ void
setupClientTransferEncoding(extensions::curl::HTTPClient& client, bool use_
} // namespace
void InvokeHTTP::setupMembersFromProperties(const core::ProcessContext&
context) {
+ if (!context.getProperty(URL, url_))
+ throw Exception(PROCESS_SCHEDULE_EXCEPTION, "URL property missing or
invalid");
Review Comment:
oh I see it was moved, in that case it can stay as is to be easier to review
the PR
--
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]