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
Click to show internal directories.
Click to hide internal directories.