Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶ added in v0.2.0
type Component struct {
// contains filtered or unexported fields
}
Component implementation of a kafka consumer.
func New ¶
func New(name string, p async.ProcessorFunc, clientID, ct string, brokers, topics []string) (*Component, error)
New returns a new kafka consumer component.
Click to show internal directories.
Click to hide internal directories.