jeffkbkim commented on code in PR #15017:
URL: https://github.com/apache/kafka/pull/15017#discussion_r1447748531


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorLoader.java:
##########
@@ -53,12 +53,16 @@ public short unknownType() {
     class LoadSummary {
         private final long startTimeMs;
         private final long endTimeMs;
+        private final long totalTimeMs;
+        private final long schedulerTimeMs;

Review Comment:
   how's schedulerQueueTimeMs?



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