MCPcopy
hub / github.com/IBM/sarama / Consumer

Struct Consumer

examples/consumergroup/main.go:164–166  ·  examples/consumergroup/main.go::Consumer

Consumer represents a Sarama consumer group consumer

Source from the content-addressed store, hash-verified

162
163// Consumer represents a Sarama consumer group consumer
164type Consumer struct {
165 ready chan bool
166}
167
168// Setup is run at the beginning of a new session, before ConsumeClaim
169func (consumer *Consumer) Setup(sarama.ConsumerGroupSession) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected