CompactionCompletePayload
Payload for “compaction_complete” events — context compaction finished.
Class Diagram
Section titled “Class Diagram”---
title: CompactionCompletePayload
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class CompactionCompletePayload {
+int32 removed
+int32 remaining
}
Yaml Example
Section titled “Yaml Example”removed: 5remaining: 3Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| removed | int32 | Number of messages removed during compaction |
| remaining | int32 | Number of messages remaining after compaction |