squah-confluent commented on code in PR #21652:
URL: https://github.com/apache/kafka/pull/21652#discussion_r2895790108
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/modern/ModernGroup.java:
##########
@@ -113,6 +113,11 @@ public static class DeadlineAndEpoch {
*/
private final TimelineHashMap<Uuid, TimelineHashMap<Integer, String>>
invertedTargetAssignment;
+ /**
+ * The time at which the target assignment calculation finished.
+ */
+ protected final TimelineLong targetAssignmentTimestamp;
Review Comment:
I grouped them together into `TargetAssignmentMetadata`.
--
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]