startup_events

package module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfluentClientProvider added in v1.0.1

type ConfluentClientProvider interface {
	ConfluentClient() *schemaregistry.Client
}

type EventOptions

type EventOptions struct {
	EventSenderConfig string `` /* 165-byte string literal not displayed */

	Inputs struct {
		// A function to create the event topics. This option must be specified.
		Topics events.TopicsFunc `validate:"required"`

		// optional kafka config to use with the kafka events producer
		KafkaConfig *sarama.Config
	}
	// contains filtered or unexported fields
}

func (*EventOptions) EventSender

func (opts *EventOptions) EventSender() events.EventSender

type KafkaClientProvider

type KafkaClientProvider interface {
	KafkaClient() sarama.Client
}

type SchemaRegistryProvider

type SchemaRegistryProvider interface {
	SchemaRegistry() schema.Registry
}

Jump to

Keyboard shortcuts

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