If we have a partitioned space lets say about 20 partitions and I have a remote PU, which has a polling container configured with minimumConcurrentConsumers as 5 and maximumConcurentConsumers as 10.
So does that means that 10 threads will be working agains the complete cluster i.e. starting 10 transaction at most. or there will be 10 thread working on each parition making 20 x 10 = 200 transactions at a time.
Thanks
↧