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 `` /* 133-byte string literal not displayed */ // 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
Click to show internal directories.
Click to hide internal directories.