squah-confluent commented on code in PR #21652:
URL: https://github.com/apache/kafka/pull/21652#discussion_r2895797602
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -22417,6 +22509,7 @@ public void testConsumerGroupMemberClearsRegex() {
.setSubscribedTopicRegex("")
.setServerAssignor("range")
.setTopicPartitions(List.of()));
+ long targetAssignmentTimestamp = context.time.milliseconds();
Review Comment:
It's inlineable. The usage can be about 30 lines away in some cases which
makes it not clear that there are no group coordinator operations in between.
I've inlined them.
--
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]