Hi, Is there a way to aggregate the first 100 messages from a seda if >=100 are available, but just take however many are available if there are fewer?
I think I want aggregate(...).completionSize(100).completionTimeout(0), ie complete on 100 items or 0, whichever condition is met "first", but I'm not convinced that this will actually do the right thing. Is there a known correct solution for this? Thanks Baris.