kafka
kafka copied to clipboard
KAFKA-17743: Add minBytes implementation to DelayedShareFetch
About
minBytes is a constraint that should be used to delay ShareFetch requests. Hence, I have added the support for minBytes in DelayedShareFetch class
Testing
The added code has been tested with the help of unit tests.