diff --git a/include/cppkafka/utils/buffered_producer.h b/include/cppkafka/utils/buffered_producer.h index 4a41e8e..a241e7b 100644 --- a/include/cppkafka/utils/buffered_producer.h +++ b/include/cppkafka/utils/buffered_producer.h @@ -146,7 +146,7 @@ public: using FlushTerminationCallback = std::function; /** - * Callback to indicate a queue full error was received when producing. + * Callback to indicate a RD_KAFKA_RESP_ERR__QUEUE_FULL was received when producing. * * The MessageBuilder instance represents the message which triggered the error. This callback will be called * according to the set_queue_full_notification() setting.