frankvicky commented on code in PR #19515:
URL: https://github.com/apache/kafka/pull/19515#discussion_r2083796590


##########
clients/src/test/java/org/apache/kafka/common/requests/OffsetFetchRequestTest.java:
##########
@@ -42,17 +43,21 @@ public void testWithMultipleGroups(short version) {
                     .setTopics(List.of(
                         new OffsetFetchRequestData.OffsetFetchRequestTopics()
                             .setName("foo")
+                            .setTopicId(Uuid.randomUuid())
+                            .setTopicId(Uuid.randomUuid())

Review Comment:
   There are some tests that topicId is set two times.
   I'm not sure if I'm not catching contexts.



-- 
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