Hey,
I have another question subsequent to the suggestion here: http://ask.gigaspaces.org/question/29651/pollingcontainer-fifo/?answer=29661#post-id-29661
If I ensure that a particular class is written to one partition only and is annotated with @SpaceClass(fifoSupport = FifoSupport.ALL) then will a non-collocated PollingContainer take those objects in FIFO order? Assuming 1 concurrent consumer.
I understand that FIFO is not maintained across partitions but will the approach above ensure FIFO?
Thanks,
John.
↧