mirror of https://github.com/apache/kafka.git
The PR restricts the records being acquired post max-inflight limit. Previously the max in-flight limit was only enforced while considering the share partition for further fetches i.e. once the limit was reached the share partition was not considered for further fetches. However, when the records are actively released then there might be some records being acquired post max-inflight limit. This is evident with higher number of consumers reading from same share partition and releasing the records. Reviewers: Andrew Schofield <aschofield@confluent.io>, Lan Ding <isDing_L@163.com> |
||
---|---|---|
.. | ||
src |