Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master b8103f039 -> 2f790efeb


MINIFI-299: Update Readme.

1) Update caveat section
2) Update list of processors
3) Correct some inconsistencies.

This closes #92.

Signed-off-by: Aldrin Piri <[email protected]>


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/2f790efe
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/2f790efe
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/2f790efe

Branch: refs/heads/master
Commit: 2f790efeb5fa1f244fc8b9fa3c4775eb1e30d042
Parents: b8103f0
Author: Marc Parisi <[email protected]>
Authored: Fri May 5 13:03:46 2017 -0400
Committer: Aldrin Piri <[email protected]>
Committed: Sat May 6 15:11:07 2017 -0400

----------------------------------------------------------------------
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/2f790efe/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ea73cd7..ce7e6fa 100644
--- a/README.md
+++ b/README.md
@@ -42,17 +42,20 @@ 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.0.1 represents the first release, APIs and interfaces are subject to change
+* 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).
 * The processors currently implemented include:
-  * TailFile
+  * AppendHostInfo
+  * ExecuteProcess
   * GetFile
   * GenerateFlowFile
+  * InvokeHTTP
   * LogAttribute
+  * ListenHTTP
   * ListenSyslog
-  * ExecuteProcess
-  * AppendHostInfo
+  * PutFile
+  * TailFile
 * Provenance events generation is supported and are persisted using levelDB.
 
 ## System Requirements
@@ -70,7 +73,7 @@ Perspectives of the role of MiNiFi should be from the 
perspective of the agent a
 #### Libraries / Development Headers
 * libboost and boost-devel
   * 1.48.0 or greater
-* libCurl
+* libcurl
 * libleveldb and libleveldb-devel
 * libuuid and uuid-dev
 * openssl

Reply via email to