Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KafkaWriterSync ¶
type KafkaWriterSync struct { Topic string `json:"topic"` // contains filtered or unexported fields }
func NewKafkaWriterSync ¶
func NewKafkaWriterSync(producer *sarama.SyncProducer) *KafkaWriterSync
func (KafkaWriterSync) Sync ¶
func (k KafkaWriterSync) Sync() error
Click to show internal directories.
Click to hide internal directories.