kevin-wu24 opened a new pull request, #19668:
URL: https://github.com/apache/kafka/pull/19668

   Previously, `RequestManager` only allowed for one "in-flight" request at a 
time across all KRaft RPC types. This PR allows `RequestManager` to handle one 
"in-flight" request per type. 
   
   We maintain the invariant of only 1 pending fetch request by treating 
`FETCH` and `FETCH_SNAPSHOT` as the same request type.
   
   TODO: Add more `RequestManagerTests` 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to