kafka_err2str
function kafka_err2str(int $errorCode): string {}
Returns the error message of an error code
php> echo kafka_err2str(88);
Broker: There are unstable offsets that need to be cleared
function kafka_err2str(int $errorCode): string {}
Returns the error message of an error code
php> echo kafka_err2str(88);
Broker: There are unstable offsets that need to be cleared