ferencerdei commented on code in PR #6438:
URL: https://github.com/apache/nifi/pull/6438#discussion_r980112822


##########
c2/c2-client-bundle/c2-client-service/src/main/java/org/apache/nifi/c2/client/service/C2HeartbeatFactory.java:
##########
@@ -106,6 +106,17 @@ private AgentInfo getAgentInfo(AgentRepositories repos, 
RuntimeManifest manifest
         return agentInfo;
     }
 
+    private Set<SupportedOperation> getSupportedOperations(RuntimeManifest 
manifest) {
+        Set<SupportedOperation> supportedOperations;
+        // supported operations has value only in case of minifi, therefore we 
return empty collection if

Review Comment:
   The RuntimeManifest is used by nifi-web module as well that's why I created 
a wrapper class. In case of NiFi this doesn't have any meaning for now, that's 
why I made this condition here.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to