jolshan commented on code in PR #15968: URL: https://github.com/apache/kafka/pull/15968#discussion_r2038525685
########## 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: Did we remove this for version compatibility? I would think name or ID would be returned in the response? -- 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