chirag-wadhwa5 commented on code in PR #16456: URL: https://github.com/apache/kafka/pull/16456#discussion_r1669768302
########## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ########## @@ -4390,6 +4401,2215 @@ class KafkaApisTest extends Logging { assertEquals("broker2", node.host) } + private def expectedAcquiredRecords(firstOffset : Long, lastOffset : Long, deliveryCount : Int) : util.List[AcquiredRecords] = { Review Comment: Hi thanks for reviewing. I think the first occurrence of these methods is in the test just underneath them. Isn't that what you mean here ? -- 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