Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable batch receive timer for Readers (apache#8381)
- since the Reader implementation doesn't use the batch receiving functionality, it's more efficient to set the timeout to 0 of the BatchReceivePolicy of the internal consumer of the Reader implementation - this disables the timer that would get called every 100ms by default just for nothing
- Loading branch information