[ 
https://issues.apache.org/jira/browse/KAFKA-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boyang Chen updated KAFKA-10668:
--------------------------------
    Description: 
Right now on forwarding broker we would deserialize the response and serialize 
it again to respond to the client. It should be able to keep the response data 
sealed and send back to the client to save some CPU cost.

Original comment: 
https://github.com/apache/kafka/pull/9103#discussion_r515219726

  was:Right now on forwarding broker we would deserialize the response and 
serialize it again to respond to the client. It should be able to keep the 
response data sealed and send back to the client to save some CPU cost.


> Avoid deserialization on second hop for request forwarding
> ----------------------------------------------------------
>
>                 Key: KAFKA-10668
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10668
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Boyang Chen
>            Priority: Major
>
> Right now on forwarding broker we would deserialize the response and 
> serialize it again to respond to the client. It should be able to keep the 
> response data sealed and send back to the client to save some CPU cost.
> Original comment: 
> https://github.com/apache/kafka/pull/9103#discussion_r515219726



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to