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

Method Errors

consumer.go:381–381  ·  view source on GitHub ↗

Errors returns a read channel of errors that occurred during consuming, if enabled. By default, errors are logged and not returned over this channel. If you want to implement any custom error handling, set your config's Consumer.Return.Errors setting to true, and read from this channel.

()

Source from the content-addressed store, hash-verified

379 // If you want to implement any custom error handling, set your config's
380 // Consumer.Return.Errors setting to true, and read from this channel.
381 Errors() <-chan *ConsumerError
382
383 // HighWaterMarkOffset returns the high water mark offset of the partition,
384 // i.e. the offset that will be used for the next message that will be produced.

Implementers 2

PartitionConsumermocks/consumer.go

Calls

no outgoing calls