squah-confluent commented on PR #19497: URL: https://github.com/apache/kafka/pull/19497#issuecomment-2837195035
> @squah-confluent Thanks for the patch. Could we write a micro benchmark to demonstrate the gain? Added a benchmark. Before: ``` Benchmark (partitionCount) (transactionCount) Mode Cnt Score Error Units TransactionalOffsetFetchBenchmark.run 4000 4000 avgt 5 460.333 ± 30.286 ms/op ``` After: ``` Benchmark (partitionCount) (transactionCount) Mode Cnt Score Error Units TransactionalOffsetFetchBenchmark.run 4000 4000 avgt 5 0.212 ± 0.012 ms/op ``` -- 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