junrao commented on code in PR #15968: URL: https://github.com/apache/kafka/pull/15968#discussion_r2039924782
########## clients/src/test/java/org/apache/kafka/common/message/MessageTest.java: ########## @@ -886,7 +888,6 @@ public void testProduceResponseVersions() throws Exception { testAllMessageRoundTrips(new ProduceResponseData() .setResponses(new ProduceResponseData.TopicProduceResponseCollection(singletonList( new ProduceResponseData.TopicProduceResponse() - .setName(topicName) Review Comment: Yes, topic name or id is added below based on the version. -- 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