Function rd_kafka_error_is_fatal

Source
pub unsafe extern "C" fn rd_kafka_error_is_fatal(
    error: *const rd_kafka_error_t,
) -> c_int
Expand description

Returns 1 if the error is a fatal error, indicating that the client instance is no longer usable, else 0 (also if `error is NULL).