You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2017/11/21 13:47:20 UTC

nifi-minifi-cpp git commit: MINIFICPP-304: Update caveats for the release

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 5bd67470e -> 8691adb02


MINIFICPP-304: Update caveats for the release

This closes #197.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/8691adb0
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/8691adb0
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/8691adb0

Branch: refs/heads/master
Commit: 8691adb027117a28368d5c3ad6c2e2bd0bed5f06
Parents: 5bd6747
Author: Marc Parisi <ph...@apache.org>
Authored: Tue Nov 21 08:44:27 2017 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Nov 21 08:46:41 2017 -0500

----------------------------------------------------------------------
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/8691adb0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e9f149c..1f5ae51 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,8 @@ Specific goals for MiNiFi are comprised of:
 Perspectives of the role of MiNiFi should be from the perspective of the agent acting immediately at, or directly adjacent to, source sensors, systems, or servers.
 
 ## Caveats
-* 0.2.0 represents a non-GA release, APIs and interfaces are subject to change
-* Build and usage currently only supports Linux and OS X environments. Providing the needed tooling to support Windows will be established as part of [MINIFI-34](https://issues.apache.org/jira/browse/MINIFI-34).
-* Using Site to Site requires the additional manual step of specifying the remote socket.  This being autonegotiated through NiFi's REST API is captured in [MINIFI-70](https://issues.apache.org/jira/browse/MINIFI-70).
+* 0.3.0 represents a non-GA release, APIs and interfaces are subject to change
+* Build and usage currently only supports Linux and OS X environments. MiNiFi C++ can be built and run through the Windows Subsystem for Linux but we provide no support for this platform.
 * The processors currently implemented include:
   * AppendHostInfo
   * ExecuteProcess
@@ -65,7 +64,7 @@ Perspectives of the role of MiNiFi should be from the perspective of the agent a
   * UnfocusArchive
   * ManipulateArchive
   * PutKafka 
-* Provenance events generation is supported and are persisted using RocksDB.
+* Provenance events generation is supported and are persisted using RocksDB. Volatile repositories can be used on systems without persistent storage.
 
 ## System Requirements