Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer interface { Start(ctx context.Context) RegisterHandler(handler EventHandler) Close() }
func NewKafkaConsumer ¶
func NewKafkaConsumer(opts *KafkaConsumerOpts) Consumer
type EventHandler ¶
type KafkaConsumerOpts ¶
type KafkaSASLOpts ¶ added in v0.2.7
Click to show internal directories.
Click to hide internal directories.