Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerHandlerI ¶
type ConsumerHandlerI interface {
Handle(b kafka.Message) bool
}
type ConsumerI ¶
func NewConsumer ¶
func NewConsumer(brokers []string, servName, topic string, startOff int64, h ConsumerHandlerI) ConsumerI
Click to show internal directories.
Click to hide internal directories.