diff --git a/pkg/pulsar/utils/data.go b/pkg/pulsar/utils/data.go index 2021642..f8d6f75 100644 --- a/pkg/pulsar/utils/data.go +++ b/pkg/pulsar/utils/data.go @@ -261,7 +261,7 @@ type LedgerInfo struct { LedgerID int64 `json:"ledgerId"` Entries int64 `json:"entries"` Size int64 `json:"size"` - Timestamp int64 `json:"timestamp"` + Offloaded bool `json:"offloaded"` } type CursorInfo struct {