kafka

package
v1.4.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2017 License: Apache-2.0 Imports: 7 Imported by: 34

Documentation

Index

Constants

View Source
const (
	TimeSeriesTopic = "timeseriestopic"
	EventsTopic     = "eventstopic"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type KafkaClient

type KafkaClient interface {
	Name() string
	Stop()
	ProduceKafkaMessage(msgData interface{}) error
}

func NewKafkaClient

func NewKafkaClient(uri *url.URL, topicType string) (KafkaClient, error)

Jump to

Keyboard shortcuts

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