bakaid commented on a change in pull request #605:
URL: https://github.com/apache/nifi-minifi-cpp/pull/605#discussion_r415333419
##########
File path: libminifi/src/c2/C2Agent.cpp
##########
@@ -596,6 +619,29 @@ void C2Agent::handle_describe(const C2ContentResponse
&resp) {
}
enqueue_c2_response(std::move(response));
}
+ } else if (resp.name == "corecomponentstate") {
Review comment:
Added `C2DescribeCoreComponentStateTest` for this.
----------------------------------------------------------------
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]