Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UnsupportedFeatureErr = errors.New("backend does not support this feature") NotImplementedErr = errors.New("not implemented") )
Functions ¶
This section is empty.
Types ¶
type PartitionStats ¶
type PartitionStats struct {
MessagesBehind int64
}
type TopicStats ¶
type TopicStats struct { TopicName string GroupID string Partitions map[int]*PartitionStats }
Click to show internal directories.
Click to hide internal directories.