bakaid commented on a change in pull request #605:
URL: https://github.com/apache/nifi-minifi-cpp/pull/605#discussion_r415336955



##########
File path: libminifi/src/c2/C2Agent.cpp
##########
@@ -435,6 +437,27 @@ void C2Agent::handle_c2_server_response(const 
C2ContentResponse &resp) {
         update_sink_->drainRepositories();
         C2Payload response(Operation::ACKNOWLEDGE, resp.ident, false, true);
         enqueue_c2_response(std::move(response));
+      } else if (resp.name == "corecomponentstate") {

Review comment:
       This is unfortunately still very much non-trivial to do (unlike testing 
DESCRIBE, which I do now), so I've added a TODO for it as suggested.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to