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 { Sender string `long:"event-sender" default:"none" description:"Event sender to use. Can be 'none', 'stdout', 'file:name.gz' or 'kafka'."` KafkaEncoder string `` /* 138-byte string literal not displayed */ KafkaReplicationFactor int16 `long:"event-kafka-replication-factor" validate:"min=1" default:"1" description:"Replication factor for kafka topics."` Inputs struct { // Enable blocking. This should normally not be used for production and only // be used in batch cli tools KafkaBlocking bool // A function to create the event topics. This option must be specified. Topics events.TopicsFunc `validate:"required"` } // contains filtered or unexported fields }
func (*EventOptions) EventSender ¶
func (opts *EventOptions) EventSender(kafkaClient KafkaClientProvider, registry SchemaRegistryProvider, confluent ConfluentClientProvider) events.EventSender
type KafkaClientProvider ¶
type SchemaRegistryProvider ¶
Click to show internal directories.
Click to hide internal directories.