error_cb_callback

@brief Set error callback in provided conf object.

The error callback is used by librdkafka to signal critical errors back to the application.

If no \p error_cb is registered then the errors will be logged instead.

extern (C) nothrow @nogc
alias error_cb_callback = void function
(,
int err
,
const(char)* reason
,
void* opaque
)
nothrow @nogc

Meta