startup_schema

package module
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2020 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 added in v1.0.1

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

func (*ConfluentClientOptions) ConfluentClient added in v1.0.1

func (opts *ConfluentClientOptions) ConfluentClient() *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