Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartRESTServer ¶
func StartRESTServer(port string)
Types ¶
type MessagesLastMinute ¶
type MessagesLastMinute struct {
Topic string `json:"topic"`
ProducedCount int64 `json:"produced_count"`
ConsumedCount int64 `json:"consumed_count"`
ProducedPerSec int64 `json:"produced_per_sec"`
ConsumedPerSec int64 `json:"consumed_per_sec"`
}
MessagesLastMinute holds the count of produced and consumed messages in the last minute and last second
type OffsetHistoryEntry ¶
OffsetHistoryEntry stores offset and timestamp
type TopicRequest ¶
Click to show internal directories.
Click to hide internal directories.