Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.2.1
type Config struct {
Brokers []string
GroupID string
Username string
Password string
Topics []string
// PoolTimeout is the value passed to the internal consumer.Pool(...)
// function. Default: 1s
PoolTimeout time.Duration
// contains filtered or unexported fields
}
Config contains the configuration necessary to build the confluent-kafka-go goduck.Stream
Click to show internal directories.
Click to hide internal directories.