Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Streamer ¶
type Streamer struct {
log.Logger
Apply ApplyFn `json:"-"`
Servers string `json:"servers"`
Topic string `json:"topic"`
Workers int `json:"workers"`
StartOffset string `json:"start_offset"`
ConsumerGroup string `json:"consumer_group"`
}
Streamer streams kafka messages, decodes and applies some function to it.
Click to show internal directories.
Click to hide internal directories.