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

Record being picked up by multiple threads simultaneously

Open singhsaurabh2409 opened this issue 11 months ago • 5 comments

I am using the library v5.3.0 and i noticed that same record is being picked up by different threads of the same pod almost at the same time. It is causing issue while processing them as I am maintaining the counter of the records processed and that count becomes more than the total records as few records being counted twice.

singhsaurabh2409 avatar Dec 04 '24 08:12 singhsaurabh2409