Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implementation of a kafka consumer
func New ¶
func New(mp async.MessageProcessor, clientID string, brokers []string, topics []string) (*Service, error)
New returns a new client
Click to show internal directories.
Click to hide internal directories.