parallel-consumer icon indicating copy to clipboard operation
parallel-consumer copied to clipboard

Performance: FindCompletedEligibleOffsetsAndRemove method try replacing with cache of incomplete offsets

Open astubbs opened this issue 4 years ago • 1 comments
trafficstars

TODO: This entire loop could be possibly redundant, if we instead track low water mark, and incomplete offsets as work is submitted and returned, then we don't need to scan through all the partition collections looking for them.

astubbs avatar Nov 30 '20 12:11 astubbs

relates to: #53

astubbs avatar Dec 14 '20 16:12 astubbs

Closing Issue

johnbyrnejb avatar Jul 07 '23 14:07 johnbyrnejb