mjsax commented on code in PR #23092:
URL: https://github.com/apache/kafka/pull/23092#discussion_r3754416057
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/MockTaskAssignor.java:
##########
@@ -31,7 +32,7 @@ public class MockTaskAssignor implements TaskAssignor {
private final String name;
private GroupAssignment preparedGroupAssignment = null;
- private Map<String, String> assignmentConfigs = Map.of();
+ private AssignmentConfigs assignmentConfigs = null;
Review Comment:
Why are we setting `null`? Would it be better to use `DEFAULT` ?
--
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]