Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func New ¶
func New(c sk.ConsumerConfig, options ...OptionFunc) (*Handler, error)
type Message ¶
type Message struct {
*sarama.ConsumerMessage
}
type OptionFunc ¶
func WithLogger ¶
func WithLogger(log Logger) OptionFunc
Click to show internal directories.
Click to hide internal directories.