Error represents the different error codes that may be returned by kafka. https://kafka.apache.org/protocol#protocol_error_codes
| 10 | // Error represents the different error codes that may be returned by kafka. |
| 11 | // https://kafka.apache.org/protocol#protocol_error_codes |
| 12 | type Error int |
| 13 | |
| 14 | const ( |
| 15 | Unknown Error = -1 |
no outgoing calls
no test coverage detected