Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoSrc is returned when an Aggregator is created without a kafka source ErrNoSrc = fmt.Errorf("No source kafka details provided") )
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct { Kafka *Opts Redis *util.RedisOpts // contains filtered or unexported fields }
Aggregator is an aggregator implementation that reads from the filesystem
func NewAggregator ¶
func NewAggregator(redisOpts *util.RedisOpts, opts *Opts) (*Aggregator, error)
NewAggregator returns a Aggregator initialized with the kafka details provided
func (*Aggregator) Start ¶
func (a *Aggregator) Start() error
Start starts up the aggregation server
Click to show internal directories.
Click to hide internal directories.