Skip to content

Commit c45743e

Browse files
authored
add estimated backlog size as measure of unconsumed messages (streamnative#860)
1 parent ccb29f5 commit c45743e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/pulsar/utils/data.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ type NamespacesData struct {
183183
}
184184

185185
type TopicStats struct {
186+
BacklogSize int64 `json:"backlogSize"`
186187
MsgCounterIn int64 `json:"msgInCounter"`
187188
MsgCounterOut int64 `json:"msgOutCounter"`
188189
MsgRateIn float64 `json:"msgRateIn"`

0 commit comments

Comments
 (0)