#include <userver/kafka/exceptions.hpp>
Base exception thrown by Producer::Send and Producer::SendAsync on send or delivery errors.
Definition at line 11 of file exceptions.hpp.
Public Member Functions | |
bool | IsRetryable () const noexcept |
Returns whether it makes sense to retry failed send. | |
Protected Member Functions | |
SendException (const char *what, bool is_retryable) | |
|
noexcept |
Returns whether it makes sense to retry failed send.