From 4a6b6779ad7c7aab686f110ba043027c75afcdd9 Mon Sep 17 00:00:00 2001 From: accelerated <> Date: Sun, 6 Jan 2019 17:40:39 -0500 Subject: [PATCH] Updated callback description --- include/cppkafka/utils/buffered_producer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.