junrao commented on code in PR #15968: URL: https://github.com/apache/kafka/pull/15968#discussion_r2056804030
########## clients/src/test/java/org/apache/kafka/common/requests/ProduceRequestTest.java: ########## @@ -204,7 +228,7 @@ public void testV6AndBelowCannotUseZStdCompression() { ProduceRequestData produceData = new ProduceRequestData() .setTopicData(new ProduceRequestData.TopicProduceDataCollection(Collections.singletonList( new ProduceRequestData.TopicProduceData() - .setName("test") + .setTopicId(Uuid.fromString("H3Emm3vW7AKKO4NTRPaCWt")) Review Comment: RequestContextTest and RequestQuotaTest still uses `setName` on `TopicProduceData`. Should we change them to use `setTopicId`? -- 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