parallel-consumer
parallel-consumer copied to clipboard
Record being picked up by multiple threads simultaneously
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.