Hi, I try to build one topology with trident for some functions, filters and aggregators. I don't care about transaction and I would like that my batchs are unordered. I use IBatchSpout for the Spout and BaseStateUpdater for the updater with TridentState.
Is-it possible to build one topology with my required ? May be with another state updater, or simply by using aggregator ? Thanks
