Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func NewConverter ¶
func NewConverter(registry *SchemaRegistry, options ConverterOptions) *Converter
func (*Converter) ConvertAvroToGo ¶ added in v2.2.55
func (c *Converter) ConvertAvroToGo(input interface{}) interface{}
type ConverterOptions ¶ added in v2.1.19
type EventSource ¶
type EventSource struct { Record interface{} Schema string }
type SchemaRegistry ¶
type SchemaRegistry struct { Consul schema.Registry ConfluentClient *schemaregistry.Client // contains filtered or unexported fields }
func (*SchemaRegistry) Get ¶
func (r *SchemaRegistry) Get(key string) (*goavro.Codec, error)
Click to show internal directories.
Click to hide internal directories.