What to do with large amount of events

There is a way to truncate a stream based on time or number of events.

in metadata set

{
     maxAge : #,
     maxCount : #
}

Then set scavenging as your domain can handle and the events will
disappear (eg per evening etc)

Greg