kafka_err2name
function kafka_err2name(int $errorCode): string {}
Returns the name of the error
php> echo kafka_err2name(88);
UNSTABLE_OFFSET_COMMIT
function kafka_err2name(int $errorCode): string {}
Returns the name of the error
php> echo kafka_err2name(88);
UNSTABLE_OFFSET_COMMIT