Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct { KafkaConsumer KafkaConsumer EventService Service ErrorReporter reporter.ErrorReporter }
Consumer polls a kafka topic for incoming messages
type KafkaConsumer ¶
type KafkaConsumer interface { Channels() *kafka.ConsumerGroupChannels CommitAndRelease(msg kafka.Message) }
KafkaConsumer represents a Kafka consumer group instance
Click to show internal directories.
Click to hide internal directories.