CompactionStartPayload
Payload for “compaction_start” events — context compaction is beginning.
Class Diagram
Section titled “Class Diagram”---
title: CompactionStartPayload
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class CompactionStartPayload {
+int32 droppedCount
}
Yaml Example
Section titled “Yaml Example”droppedCount: 5Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| droppedCount | int32 | Number of messages selected for compaction |