Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EcflowClientConsumer ¶
type EcflowClientConsumer struct { Source RabbitMQSource Target ElasticSearchTarget WorkerCount int BulkSize int Debug bool }
func (*EcflowClientConsumer) ConsumeMessages ¶
func (s *EcflowClientConsumer) ConsumeMessages() error
type ElasticSearchTarget ¶
type ElasticSearchTarget struct {
Server string
}
type KafkaPrinterConsumer ¶ added in v0.6.0
type KafkaPrinterConsumer struct { Source KafkaSource WorkerCount int ConsumerName string Debug bool }
func (*KafkaPrinterConsumer) ConsumeMessages ¶ added in v0.6.0
func (s *KafkaPrinterConsumer) ConsumeMessages() error
type KafkaSource ¶ added in v0.6.0
func (*KafkaSource) CreateConnection ¶ added in v0.6.0
func (source *KafkaSource) CreateConnection() error
type PredictConsumer ¶ added in v0.4.0
type PredictConsumer struct { Source RabbitMQSource Target ElasticSearchTarget WorkerCount int BulkSize int Debug bool }
func (*PredictConsumer) ConsumeMessages ¶ added in v0.4.0
func (s *PredictConsumer) ConsumeMessages() error
type PrinterConsumer ¶
type PrinterConsumer struct { Source RabbitMQSource WorkerCount int ConsumerName string Debug bool }
func (*PrinterConsumer) ConsumeMessages ¶
func (s *PrinterConsumer) ConsumeMessages() error
type ProductionConsumer ¶
type ProductionConsumer struct { Source RabbitMQSource Target ElasticSearchTarget WorkerCount int BulkSize int Debug bool }
func (*ProductionConsumer) ConsumeMessages ¶
func (s *ProductionConsumer) ConsumeMessages() error
type RabbitMQSource ¶
type RabbitMQSource struct { Server string Exchange string Topics []string Queue string WriteTimeout time.Duration // contains filtered or unexported fields }
func (*RabbitMQSource) CreateConnection ¶
func (source *RabbitMQSource) CreateConnection() error
Click to show internal directories.
Click to hide internal directories.