kafka_err2str

Description

function kafka_err2str(int $errorCode): string {}

Returns the error message of an error code

Example

php> echo kafka_err2str(88);
Broker: There are unstable offsets that need to be cleared