KError is the type of error that can be returned directly by the Kafka broker. See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ErrorCodes
| 173 | // KError is the type of error that can be returned directly by the Kafka broker. |
| 174 | // See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ErrorCodes |
| 175 | type KError int16 |
| 176 | |
| 177 | // Numeric error codes returned by the Kafka server. |
| 178 | const ( |
no outgoing calls
no test coverage detected