Routemaster Client v0.3.0 Routemaster.Drains.Dedup View Source
Removes duplicates by URL and type from the current payload and only preserves the most recent event.
This is only scoped to the current event payload, while in fact the Drain app could receive concurrent requests with separate payloads and duplicates across the payloads.
For that reason, this plug is not really meant to ensure global event uniqueness, but just to grab some low-hanging fruit and decrease the workload for the next plugs.