Hi can we use list or dictionary instead of concurrent bag or concurrent dictionary when MaxDegreeOfParallelism > 1 and without lock mechanism? Can anyone please confirm
I have introduced buffer block for data processing method to the message received from kafka there to mention MaxDegreeOfParallelism > 1 I got a doubt do i have to go with lock mechanism or concurrent bag or dictionary instead of list or dictionary ?