Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfluentClientProvider ¶ added in v1.0.1
type ConfluentClientProvider interface {
ConfluentClient() *schemaregistry.Client
}
type EventOptions ¶
type EventOptions struct { EventSenderConfig string `` /* 165-byte string literal not displayed */ Inputs struct { // A function to create the event topics. This option must be specified. Topics events.TopicsFunc `validate:"required"` // optional kafka config to use with the kafka events producer KafkaConfig *sarama.Config } // contains filtered or unexported fields }
func (*EventOptions) EventSender ¶
func (opts *EventOptions) EventSender() events.EventSender
type KafkaClientProvider ¶
type SchemaRegistryProvider ¶
Click to show internal directories.
Click to hide internal directories.