startup_schema

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SchemaRegistryOptions

type SchemaRegistryOptions struct {
	SchemaBackend string `long:"schema-backend" default:"consul" description:"Avro schema registry to use. Can be 'consul', 'kafka' or 'noop'."`

	Kafka struct {
		Topic      string `long:"schema-kafka-topic" default:"avro_schema" description:"Topic to write schema descriptions to"`
		ReplFactor int    `` /* 140-byte string literal not displayed */
	}
	// contains filtered or unexported fields
}

func (*SchemaRegistryOptions) Initialize

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