Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Partition ¶
type Partition struct { Id int Leader kafka.Broker Replicas []kafka.Broker Isr []kafka.Broker }
type TopicsOverview ¶
type TopicsOverview struct {
// contains filtered or unexported fields
}
func NewTopics ¶
func NewTopics(network, address string) (*TopicsOverview, error)
func (*TopicsOverview) GetAllTopics ¶
func (t *TopicsOverview) GetAllTopics() ([]Topic, error)
Click to show internal directories.
Click to hide internal directories.