Ismael Juma created KAFKA-9110: ---------------------------------- Summary: Improve efficiency of disk reads when TLS is enabled Key: KAFKA-9110 URL: https://issues.apache.org/jira/browse/KAFKA-9110 Project: Kafka Issue Type: Improvement Reporter: Ismael Juma Assignee: Ismael Juma
We currently do 8k reads and do unnecessary copies and allocations in every read. Increasing the read size is particularly helpful for magnetic disks and avoiding the copies and allocations improves CPU efficiency. See the pull request for more details. -- This message was sent by Atlassian Jira (v8.3.4#803005)