config

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Brokers: []string{"localhost:9092"},
	Topics:  []string{"tracking"},
	Group:   "kafkabeat",
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Brokers []string `config:"brokers"`
	Topics  []string `config:"topics"`
	Group   string   `config:"group"`
}

Jump to

Keyboard shortcuts

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