[
https://issues.apache.org/jira/browse/MINIFICPP-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595461#comment-16595461
]
ASF GitHub Bot commented on MINIFICPP-592:
------------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/389#discussion_r213437719
--- Diff: libminifi/src/RemoteProcessorGroupPort.cpp ---
@@ -209,7 +225,8 @@ void RemoteProcessorGroupPort::onTrigger(const
std::shared_ptr<core::ProcessCont
std::string value;
logger_->log_trace("On trigger %s", getUUIDStr());
- if (url_.empty()) {
+ /*
--- End diff --
looks like this is handled elsewhere with your changes. I can clean this
up on merge if that works for you.
> Restful lookups in RPG should be bypassed when cURL is disabled.
> ----------------------------------------------------------------
>
> Key: MINIFICPP-592
> URL: https://issues.apache.org/jira/browse/MINIFICPP-592
> Project: NiFi MiNiFi C++
> Issue Type: Test
> Reporter: Mr TheSegfault
> Assignee: Mr TheSegfault
> Priority: Major
>
> Changes to the RPG that performed a lookup on the NiFi Rest API should be
> bypassed and the YAML config used when cURL support is disabled in a client.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)