You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

MiNiFi (Java)

Version 0.0.1

Release Date: 10 July 2016

Highlights of 0.0.1 release include

  • Declarative configuration of processing flows through a YAML configuration file
  • Exporting of provenance events to another NiFi instance via a Reporting Task over Site to Site
  • Flow change configuration watcher implementations that provide reloading a NiFi instance when receiving an updated flow over REST or changes on a file system
  • Providing a mechanism to query an instance's status

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335481.

 

MiNiFi (C++)

Version cpp-0.1.0

Release Date: Undergoing RC1 Vote

Highlights of 0.0.1 release include:

  • Introduction of an ExecuteProcess processor
  • Conversion to the CMake build system
  • Framework support for generation of provenance

Caveats:

  • This release represents an iterative developmental step in the MiNiFi C++ effort and is not considered ready for production and only provides a subset of functionality of the Java version.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338046&projectId=12319921.

Version cpp-0.0.1

Release Date: 2016 September 2

Highlights of 0.0.1 release include:

  • Initial framework implemented in C/C++
  • Declarative configuration of processing flows through a YAML configuration file
  • Initial set of processors consisting of 
    • TailFile
    • GetFile
    • GenerateFlowFile
    • LogAttribute
    • ListenSyslog
  • Site to Site Client implementation in C++ for talking to NiFi instances

Caveats:

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12337990&projectId=12319921.

.

  • No labels