kafka

package
v0.0.0-...-a186e49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2022 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Producer

type Producer interface {
	Produce(ctx context.Context, message string) error
}

func InitProducer

func InitProducer(c config.Config) (Producer, error)

type SaramaProducer

type SaramaProducer struct {
	sarama.SyncProducer
}

func (*SaramaProducer) Produce

func (producer *SaramaProducer) Produce(ctx context.Context, message string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL