All, I have a topology that decorates ad click events before POSTing them to a REST API for collection. The API accepts batches of events in a single call. What I am wondering is whether it would make more sense to use a Trident Aggregator that would build a list of events and POST them on complete(), or would it be better to create a Trident State that would POST to the API when it persists the batch state?
Could someone offer some guidance here? -Ben
