mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 11:07:56 +00:00
Add wrapper for rd_kafka_outq_len
This commit is contained in:
@@ -166,6 +166,13 @@ public:
|
||||
* Gets the handle's configuration
|
||||
*/
|
||||
const Configuration& get_configuration() const;
|
||||
|
||||
/**
|
||||
* \brief Gets the length of the out queue
|
||||
*
|
||||
* This calls rd_kafka_outq_len
|
||||
*/
|
||||
int get_out_queue_length() const;
|
||||
protected:
|
||||
KafkaHandleBase(Configuration config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user