Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyserServices ¶
type AnalyserServices interface { Start() error Close() SetUpConfig() cluster.Config SetUpClient(config *sarama.Config) (sarama.Client, error) NewClusterConsumer(groupID string, topic string) (*cluster.Consumer, error) }
func NewAnalyticServices ¶
func NewAnalyticServices(brokers []string) AnalyserServices
Click to show internal directories.
Click to hide internal directories.