qhandler_kafka

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2017 License: Apache-2.0 Imports: 12 Imported by: 1

README

handler-kafka

Handler to push messages to kafka

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Payload

type Payload struct {
	Topic string
	Data  map[string]interface{}
}

type Plugin

type Plugin struct {
	*qtypes_plugin.Plugin
	// contains filtered or unexported fields
}

func New

func New(qChan qtypes_qchannel.QChan, cfg *config.Config, name string) (Plugin, error)

func (*Plugin) Connect

func (p *Plugin) Connect() (err error)

Connect creates a connection to InfluxDB

func (*Plugin) PushToKafka

func (p *Plugin) PushToKafka(e interface{}) (err error)

func (*Plugin) Run

func (p *Plugin) Run()

Run fetches everything from the Data channel and flushes it to stdout

func (*Plugin) ToPayload

func (p *Plugin) ToPayload(e interface{}) (payloads []Payload, err error)

ToJSON creates JSON payload depending on the type of Event. The Payload is placed in a map, in which the key defines the topic to push the payload to.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳