kafka

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAsyncProducer

func NewAsyncProducer(brokers []string) (sarama.AsyncProducer, error)

func NewSyncProducer

func NewSyncProducer(brokers []string) (sarama.SyncProducer, error)

Types

type Config

type Config struct {
	Brokers []string `toml:"brokers"`
	Topics  []Topic  `toml:"topics"`
}

type Topic

type Topic struct {
	Name string `toml:"name"`
}

Jump to

Keyboard shortcuts

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