phrocker commented on a change in pull request #566: MINIFICPP-853: Minor updates to readmes URL: https://github.com/apache/nifi-minifi-cpp/pull/566#discussion_r286518123
########## File path: OPS.md ########## @@ -26,13 +26,15 @@ This readme defines operational commands for managing instances. ## Description -Apache NiFi MiNiFi C++ can be managed through our [C2 protocol](https://cwiki.apache.org/confluence/display/MINIFI/C2+Design+Proposal) +Apache NiFi MiNiFi C++ can be managed through our [C2 protocol](https://cwiki.apache.org/confluence/display/MINIFI/C2+Design) or through a local interface called the MiNiFi Controller. This feature is disabled by default, and requires that C2 be enabled -and configured with an agent class before using the MiNiFi controller features outlined here. +and configured with an agent class before using the MiNiFi controller features outlined here. MiNiFi controller is an example +implementation of our C2 protocol. This featureset is not intended to replace your Command and Control implementation. Instead +it is meant to provide testing and minimal operational capabilities by example. ## Managing MiNiFi -The MiNiFi controller is an executable in the bin directory that can be used to control the MiNiFi C++ agent while it runs -- utilizing the [Command and Control Protocol](https://cwiki.apache.org/confluence/display/MINIFI/C2+Design+Proposal). Currently the controller will let you stop subcomponents within a running instance, clear queues, get the status of queues, and update the flow for a warm re-deploy. +The MiNiFi controller is an executable in the bin directory that can be used to control the MiNiFi C++ agent while it runs -- utilizing the [Command and Control Protocol](https://cwiki.apache.org/confluence/display/MINIFI/C2+Design+Proposal). Currently the controller will let you stop subcomponents within a running instance, clear queues, get the status of queues, and update the flow for a warm re-deploy. Review comment: Thanks! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
