Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaReader ¶
type KafkaReader struct {
// contains filtered or unexported fields
}
func NewKafkaReader ¶
func NewKafkaReader(config KafkaReaderConfig) (*KafkaReader, error)
func (*KafkaReader) Close ¶
func (kr *KafkaReader) Close() error
func (*KafkaReader) Read ¶
func (kr *KafkaReader) Read() ([]byte, error)
type KafkaReaderConfig ¶
type KafkaWritter ¶
type KafkaWritter struct {
// contains filtered or unexported fields
}
func NewKafkaWritter ¶
func NewKafkaWritter(config KafkaWritterConfig) (*KafkaWritter, error)
func (*KafkaWritter) Close ¶
func (kw *KafkaWritter) Close() error
func (*KafkaWritter) Write ¶
func (kw *KafkaWritter) Write(msgs []Message)
type KafkaWritterConfig ¶
Click to show internal directories.
Click to hide internal directories.