jolshan commented on code in PR #14845:
URL: https://github.com/apache/kafka/pull/14845#discussion_r1414694924
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/consumer/ConsumerGroupTest.java:
##########
@@ -675,25 +675,25 @@ public void testValidateOffsetCommit() {
// Simulate a call from the admin client without member id and member
epoch.
// This should pass only if the group is empty.
- group.validateOffsetCommit("", "", -1);
+ group.validateOffsetCommit("", "", -1, false);
Review Comment:
Do we want to have a test where this argument is true?
--
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]