Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
ErrFull channel full error
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// MaxSize merge size
MaxSize int
// Interval merge interval
Interval xtime.Duration
// Buffer channel size
Buffer int
// Worker channel number
Worker int
// Name use for metrics
Name string
}
Config Pipeline config
Source Files
¶
- pipeline.go
Click to show internal directories.
Click to hide internal directories.