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