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.
()
| 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. |
no outgoing calls