Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { auth.AuthenticationConfig Consumer Brokers []string Topic string GroupID string ClientID string ProtocolVersion string }
Configuration describes the configuration properties needed to create a Kafka consumer
func (*Configuration) NewConsumer ¶
func (c *Configuration) NewConsumer() (Consumer, error)
NewConsumer creates a new kafka consumer
Click to show internal directories.
Click to hide internal directories.