exceptionfactory commented on code in PR #9014:
URL: https://github.com/apache/nifi/pull/9014#discussion_r1683521402


##########
nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusSnapshotDTO.java:
##########
@@ -81,6 +82,8 @@ public class ProcessGroupStatusSnapshotDTO implements 
Cloneable {
     private Integer terminatedThreadCount = 0;
     private Long processingNanos = 0L;
 
+    private ProcessingPerformanceStatus processingPerformanceStatus;

Review Comment:
   Following the approach of other status classes, it looks like a new DTO 
class should be created and mapped so that it can be annotated.



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