parallel-consumer
parallel-consumer copied to clipboard
Performance: FindCompletedEligibleOffsetsAndRemove method try replacing with cache of incomplete offsets
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.
relates to: #53
Closing Issue