You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/05 20:56:01 UTC

[GitHub] [kafka] jolshan opened a new pull request #10071: KAFKA-12298: Create LeaderAndIsrRequestBenchmark

jolshan opened a new pull request #10071:
URL: https://github.com/apache/kafka/pull/10071


   I thought it would be useful to check how the changes to LeaderAndIsrRequests (for KIP-516) affect the handling of the request. This benchmark builds a LeaderAndIsrRequest and calls  `kafkaApis.handleLeaderAndIsrRequest`. Other benchmarks for this type of request could be added here as well.
   
   I also slightly changed the MetadataRequestBenchmark since I noticed that the MetadataCache used in that benchmark did not add topic IDs.
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org