mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 03:28:01 +00:00
Added access to the internal Consumer in the backoff committer (#75)
* Added access to the internal Consumer and provided non-default constructor for BackoffPerformer * added sync_produce and deleted the value constructor * removed sync_produce methods * removed value constructor in backoff_performer class
This commit is contained in:
committed by
Matias Fontanini
parent
9714bec5bf
commit
5cad740aea
@@ -57,7 +57,7 @@ public:
|
||||
};
|
||||
|
||||
/**
|
||||
* Constructs an instance of backoff perform
|
||||
* Constructs an instance of backoff performer
|
||||
*
|
||||
* By default, the linear backoff policy is used
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user