gabriellefu commented on code in PR #22788:
URL: https://github.com/apache/kafka/pull/22788#discussion_r3632838690
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/assignor/StickyTaskAssignorTest.java:
##########
@@ -1442,9 +1446,9 @@ private AssignmentMemberSpec
createAssignmentMemberSpec(final String processId)
Map.of());
}
- private AssignmentMemberSpec createAssignmentMemberSpec(final String
processId, final Map<String, Set<Integer>> prevActiveTasks,
+ private MemberMetadataAndAssignmentImpl createMemberMetadata(final String
processId, final Map<String, Set<Integer>> prevActiveTasks,
final Map<String,
Set<Integer>> prevStandbyTasks) {
Review Comment:
changed, and I changed other place that have the similar issue. thanks
--
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]