[
https://issues.apache.org/jira/browse/MINIFICPP-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648321#comment-16648321
]
ASF GitHub Bot commented on MINIFICPP-618:
------------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/415#discussion_r224886539
--- Diff: libminifi/src/c2/C2Agent.cpp ---
@@ -187,6 +209,22 @@ void C2Agent::configure(const
std::shared_ptr<Configure> &configure, bool reconf
}
}
+ std::string trigger_classes;
+ if (configure->get("nifi.c2.agent.trigger.classes",
"c2.agent.trigger.classes", trigger_classes)) {
--- End diff --
Looks like this is missing from the docs to specify a class or should be
assumed when the property pertaining to the file update trigger is provided in
the configuration.
> Add C2 triggers for local updates
> ---------------------------------
>
> Key: MINIFICPP-618
> URL: https://issues.apache.org/jira/browse/MINIFICPP-618
> Project: NiFi MiNiFi C++
> Issue Type: New Feature
> Reporter: Mr TheSegfault
> Assignee: Mr TheSegfault
> Priority: Major
> Fix For: 0.6.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)