Base interface for event summarizers. Implementations convert a list of events into a single compaction event.
Attempts to summarize a list of events into a single compaction event.
The events to summarize
A compaction carrier event with actions.compaction set, or undefined if no summarization is needed
Base interface for event summarizers. Implementations convert a list of events into a single compaction event.