dongnuo123 commented on code in PR #22483:
URL: https://github.com/apache/kafka/pull/22483#discussion_r3383650810
##########
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:
nit: Do we need to import TargetAssignmentBuilder instead of using the full
name? this is a separate issue so we can work on it in another PR
--
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]