Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer interface {
ReceiveAndHandle(h KafkaHandler) error
}
func NewConsumer ¶
func NewConsumer(cfg ConsumerConfig) Consumer
type ConsumerConfig ¶
type Producer ¶
func NewProducer ¶
func NewProducer(cfg ProducerConfig) Producer
type ProducerConfig ¶
Click to show internal directories.
Click to hide internal directories.