instance

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(settings Settings, ct consumer.Creator) error

Types

type Consumer

type Consumer struct {
	consumer.ConsumerEntity

	Config    consumerConfig
	RawConfig *common.Config // Raw config that can be unpacked to get Beat specific config data.
	// contains filtered or unexported fields
}

Consumer provides the runnable and configurable instance of a consumer.

func NewConsumer

func NewConsumer(name, indexPrefix, v string) (*Consumer, error)

func (*Consumer) ConsumerConfig

func (c *Consumer) ConsumerConfig() (*common.Config, error)

ConsumerConfig returns config section for this consumer

func (*Consumer) InitWithSettings

func (c *Consumer) InitWithSettings(settings Settings) error

InitWithSettings does initialization of things common to all actions (read etcd config, flags)

type Settings

type Settings struct {
	Name        string
	IndexPrefix string
	Version     string

	RunFlags *pflag.FlagSet
}

Jump to

Keyboard shortcuts

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