Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct { sarama.Consumer Conf ConsumerConfig }
type ConsumerConfig ¶
type ConsumerConfig Config
func (*ConsumerConfig) Build ¶
func (c *ConsumerConfig) Build() sarama.Consumer
func (*ConsumerConfig) InitAfterInject ¶
func (c *ConsumerConfig) InitAfterInject()
func (*ConsumerConfig) InitBeforeInject ¶
func (c *ConsumerConfig) InitBeforeInject()
type Producer ¶
type Producer struct { sarama.SyncProducer Conf ProducerConfig }
type ProducerConfig ¶
type ProducerConfig Config
func (*ProducerConfig) Build ¶
func (c *ProducerConfig) Build() sarama.SyncProducer
func (*ProducerConfig) InitAfterInject ¶
func (c *ProducerConfig) InitAfterInject()
func (*ProducerConfig) InitBeforeInject ¶
func (c *ProducerConfig) InitBeforeInject()
Click to show internal directories.
Click to hide internal directories.