dajac commented on code in PR #12870: URL: https://github.com/apache/kafka/pull/12870#discussion_r1064719096
########## core/src/test/scala/unit/kafka/server/OffsetFetchRequestTest.scala: ########## @@ -150,42 +149,6 @@ class OffsetFetchRequestTest extends BaseRequestTest { } } - @Test - def testOffsetFetchRequestWithMultipleGroupsWithOneGroupRepeating(): Unit = { Review Comment: I have looked at other APIs and we are not consistent, unfortunately. I believe that my current implementation (returning a response for each provided group in the same order) is the right way and that could be considered as a bug. I have asked about this in the KIP-709 discuss thread as well. -- 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