startup_schema

package
v2.2.60 Latest Latest
Warning

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

Go to latest
Published: May 12, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfluentClientOptions

type ConfluentClientOptions struct {
	ConfluentUrl startup.URL `long:"confluent-url" description:"URL to the confluent schema registry."`
	// contains filtered or unexported fields
}

func (*ConfluentClientOptions) ConfluentClient

func (opts *ConfluentClientOptions) ConfluentClient(options ...confluent.Option) *confluent.Client

type SchemaRegistryOptions deprecated

type SchemaRegistryOptions struct {
	SchemaBackend string `long:"schema-backend" default:"consul" description:"Avro schema registry to use. Can be 'consul' or 'noop'."`
	// contains filtered or unexported fields
}

Deprecated: Stop using this and use the more recent startup_event thingy.

func (*SchemaRegistryOptions) Initialize

func (opts *SchemaRegistryOptions) Initialize(consul *startup_consul.ConsulOptions)

func (*SchemaRegistryOptions) SchemaRegistry

func (opts *SchemaRegistryOptions) SchemaRegistry() schema.Registry

Jump to

Keyboard shortcuts

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