[
https://issues.apache.org/jira/browse/MINIFI-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15293602#comment-15293602
]
ASF GitHub Bot commented on MINIFI-6:
-------------------------------------
GitHub user benqiu2016 opened a pull request:
https://github.com/apache/nifi-minifi-cpp/pull/4
MINIFI-6: Basic C++ implementation for MiNiFi
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benqiu2016/nifi-minifi-cpp MINIFI-6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi-cpp/pull/4.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4
----
commit 9192675cc2fe015b75ba9cf24a47108e922a394f
Author: Bin Qiu <[email protected]>
Date: 2016-05-19T16:46:04Z
MINIFI-6: Basic C++ implementation for MiNiFi
----
> Basic C++ native MiniFi implementation
> --------------------------------------
>
> Key: MINIFI-6
> URL: https://issues.apache.org/jira/browse/MINIFI-6
> Project: Apache NiFi MiNiFi
> Issue Type: New Feature
> Components: Core Framework
> Affects Versions: 0.1.0
> Environment: C++
> Linux
> Reporter: bqiu
> Labels: native
> Fix For: 0.1.0
>
>
> A Basic C++ isolated native MiNiFi implementation (not communicated to the
> master NiFI yet).
> 1) Identify the all necessary software frameworks for C++ MiNiFi
> implementation like database, xml parser, logging, etc.
> 2) Flow configuration from flow.xml
> 3) Processor init/enable/disable/running
> 4) Processor Scheduling
> 5) Processor Relationship/Connections
> 6) Flow record creation/clone/transfer between Processor
> 7) Flow record persistent
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)