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
+int32 summaryLength
}
Yaml Example
Section titled “Yaml Example”removed: 5remaining: 3summaryLength: 1200Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| removed | int32 | Number of messages removed during compaction |
| remaining | int32 | Number of messages remaining after compaction |
| summaryLength | int32 | Length of the generated summary, when a summarization strategy is used |