dajac commented on code in PR #12870:
URL: https://github.com/apache/kafka/pull/12870#discussion_r1054782481


##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -3405,6 +3405,341 @@ class KafkaApisTest {
     assertEquals(Errors.GROUP_AUTHORIZATION_FAILED, response.error)
   }
 
+  @ParameterizedTest

Review Comment:
   ```
   val groups = Map(
           "group-1" -> List(
             new TopicPartition("foo", 0),
             new TopicPartition("foo", 1)
           ).asJava,
           "group-2" -> null,
           "group-3" -> null,
         ).asJava
   ```
   
   with `null`, it fetch all offsets.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to