You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/13 12:36:18 UTC

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #734: MINIFICPP-1157 Implement lightweight C2 heartbeat.

phrocker commented on a change in pull request #734: MINIFICPP-1157 Implement lightweight C2 heartbeat.
URL: https://github.com/apache/nifi-minifi-cpp/pull/734#discussion_r378833323
 
 

 ##########
 File path: libminifi/src/c2/C2Agent.cpp
 ##########
 @@ -521,9 +545,9 @@ void C2Agent::handle_describe(const C2ContentResponse &resp) {
     std::vector<std::string> keys;
     std::copy_if(unsanitized_keys.begin(), unsanitized_keys.end(), std::back_inserter(keys), [](std::string key) {return key.find("pass") == std::string::npos;});
     C2Payload response(Operation::ACKNOWLEDGE, resp.ident, false, true);
-    response.setLabel("configuration_options");
+    response.setLabel("configurationOptions");
 
 Review comment:
   Since a release was performed it's technically possible someone used this ( semver on an open source Apache project ) -- so we should maintain it; however, it's not defined in https://cwiki.apache.org/confluence/display/MINIFI/C2+Design specifically as configuration_options. Previously the goal was to fill that in when some of this was finalized. 

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


With regards,
Apache Git Services