[
https://issues.apache.org/jira/browse/MINIFI-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987612#comment-15987612
]
ASF GitHub Bot commented on MINIFI-269:
---------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/81#discussion_r113784989
--- Diff: libminifi/src/core/yaml/YamlConfiguration.cpp ---
@@ -339,7 +339,7 @@ void YamlConfiguration::parseProvenanceReportingYaml(
return;
}
- if (!reportNode || !(reportNode->IsSequence())) {
--- End diff --
This looks like it got reverted from a prior state. Need to check for
validity that it is both nonnull and a sequence to do subseqent parsing.
> Support Site2Site Server Protocol
> ---------------------------------
>
> Key: MINIFI-269
> URL: https://issues.apache.org/jira/browse/MINIFI-269
> Project: Apache NiFi MiNiFi
> Issue Type: Improvement
> Components: C++
> Affects Versions: cpp-0.1.0
> Reporter: bqiu
> Assignee: bqiu
>
> Support Site2Site Server Protocol
> Now CPP site2Site only support client side.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)