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) BeforeInject ¶ added in v0.0.33
func (c *ConsumerConfig) BeforeInject()
func (*ConsumerConfig) Init ¶
func (c *ConsumerConfig) Init()
type Producer ¶
type Producer struct { sarama.SyncProducer Conf ProducerConfig }
type ProducerConfig ¶
type ProducerConfig Config
func (*ProducerConfig) BeforeInject ¶ added in v0.0.33
func (c *ProducerConfig) BeforeInject()
func (*ProducerConfig) Build ¶
func (c *ProducerConfig) Build() (sarama.SyncProducer, error)
func (*ProducerConfig) Init ¶
func (c *ProducerConfig) Init()
Click to show internal directories.
Click to hide internal directories.