[ https://issues.apache.org/jira/browse/KAFKA-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justine Olshan updated KAFKA-14854: ----------------------------------- Parent Issue: KAFKA-19079 (was: KAFKA-14402) > 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 > Priority: Major > > 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)