Question
Capgemini
SE
Last activity: 11 Jan 2022 10:39 EST
Sequential processing in Queue processor
We are using queue processor to process items asynchronously. But, we also want them to be processed in the queueing order. Under normal circumstances it works fine if we keep the number of threads to 1 in queue processor. But if the stream node is down and we restart it, it processes the items randomly. Is there any way to achieve the sequential processing in Queue processor when we restart the stream node?