Mao created KAFKA-8583: -------------------------- Summary: Optimization for SslTransportLayer#write(ByteBuffer) Key: KAFKA-8583 URL: https://issues.apache.org/jira/browse/KAFKA-8583 Project: Kafka Issue Type: Improvement Components: network Reporter: Mao
The is a propose to optimize SslTransportLayer#write(ByteBuffer). Currently, sslEngine only reads data from src once per selector loop. This can be optimized by reading all src data in one selector loop. The propose comes from [Amrby|[https://github.com/linkedin/ambry/pull/1105]], which uses same Transport Layer code. -- This message was sent by Atlassian JIRA (v7.6.3#76005)