startup_events

package
v2.2.21 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfluentClientProvider

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

type EventOptions

type EventOptions struct {
	EventSenderConfig string `` /* 249-byte string literal not displayed */
	DisableTls        bool   `long:"event-sender-disable-tls" description:"Do not enable tls."`

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

func (*EventOptions) EventSender

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

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