soondenana commented on code in PR #19163: URL: https://github.com/apache/kafka/pull/19163#discussion_r1988106394
########## clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java: ########## @@ -1923,9 +1922,9 @@ private void checkRequest(AbstractRequest req) { // Check for equality of the ByteBuffer only if indicated (it is likely to fail if any of the fields // in the request is a HashMap with multiple elements since ordering of the elements may vary) try { - ByteBuffer serializedBytes = req.serialize(); + ByteBuffer serializedBytes = req.serializeToByteBuffer(); Review Comment: Done -- 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