Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is a kafka reader that listens to wal events.
func NewWALReader ¶
func NewWALReader(kafkaReader kafkaReader, processRecord payloadProcessor, opts ...Option) (*Reader, error)
NewReader returns a kafka reader that listens to wal events and calls the processor on input.
Click to show internal directories.
Click to hide internal directories.