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


##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -8269,6 +8276,7 @@ class KafkaApisTest extends Logging {
           .setGroupId("group-1")
           .setTopics(List(
             new OffsetFetchRequestData.OffsetFetchRequestTopics()
+              .setTopicId(if (version >= 10) fooId else Uuid.ZERO_UUID)
               .setName("foo")

Review Comment:
   nope because this is the response from the group coordinator service. the 
topic name is always set but the topic id is only set if version >= 10.



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