Justine Olshan created KAFKA-14854:
--------------------------------------

             Summary: Refactor inter broker send thread to handle all 
interbroker requests on one thread
                 Key: KAFKA-14854
                 URL: https://issues.apache.org/jira/browse/KAFKA-14854
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Justine Olshan
            Assignee: Justine Olshan


Currently we create a new thread for each interbroker request that implements 
InterbrokerSendThread. It would be better to implement a single thread that 
multiple request types can use with their custom logic. 

I propose creating a single thread that takes a collection of "managers" for 
each request and sends the requests generated. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to