Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaProducer ¶
type KafkaProducer struct {
// contains filtered or unexported fields
}
func NewKafkaProducer ¶
func NewKafkaProducer(topic Topic, addresses ...string) *KafkaProducer
func (*KafkaProducer) Produce ¶
func (k *KafkaProducer) Produce(msgs [][]byte)
Click to show internal directories.
Click to hide internal directories.