Documentation ¶
Index ¶
- Constants
- Variables
- func Build(transform *Transform) ([]string, error)
- func Field(val *zed.Value, field string) (*zed.Value, error)
- func FieldAsInt(val *zed.Value, field string) (int64, error)
- func FieldAsString(val *zed.Value, field string) (string, error)
- func NewArrayFromReader(zr zio.Reader) (*zbuf.Array, error)
- type Pipeline
- type Pool
- type Route
- type Routes
- type Rule
- type Transform
Constants ¶
View Source
const KafkaOffsetEarliest = -2
KafkaOffsetEarliest is used to begin consuming at the earliest (oldest) offset.
Variables ¶
View Source
var ErrBadPoolKey = errors.New("pool key must be 'kafka.offset' in ascending order")
Functions ¶
Types ¶
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
func NewPipeline ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func (*Pool) NextProducerOffsets ¶
type Routes ¶
type Routes struct {
// contains filtered or unexported fields
}
func (*Routes) LookupPool ¶
Click to show internal directories.
Click to hide internal directories.