Skip to content

Commit 4a6b677

Browse files
author
accelerated
committed
Updated callback description
1 parent 97d1bb9 commit 4a6b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppkafka/utils/buffered_producer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class CPPKAFKA_API BufferedProducer {
146146
using FlushTerminationCallback = std::function<void(const MessageBuilder&, Error error)>;
147147

148148
/**
149-
* Callback to indicate a queue full error was received when producing.
149+
* Callback to indicate a RD_KAFKA_RESP_ERR__QUEUE_FULL was received when producing.
150150
*
151151
* The MessageBuilder instance represents the message which triggered the error. This callback will be called
152152
* according to the set_queue_full_notification() setting.

0 commit comments

Comments
 (0)