squah-confluent commented on code in PR #22483:
URL: https://github.com/apache/kafka/pull/22483#discussion_r3474264306
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/TargetAssignmentBuilderTest.java:
##########
@@ -855,9 +856,7 @@ public
org.apache.kafka.coordinator.group.streams.TargetAssignmentBuilder.Target
});
// Execute the builder.
-
org.apache.kafka.coordinator.group.streams.TargetAssignmentBuilder.TargetAssignmentResult
result = builder
- .withTime(new MockTime(0, assignmentTimestamp,
assignmentTimestamp))
- .build();
+
org.apache.kafka.coordinator.group.streams.TargetAssignmentBuilder.TargetAssignmentResult
result = builder.build();
Review Comment:
While working on #22488 I realized that all the TestContext code will be
deleted as part of the offloading work. I think it's nicer to use the import
instead of the full name.
--
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]