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:
Alex Damian
2018-06-04 14:48:20 -04:00
committed by Matias Fontanini
parent 9714bec5bf
commit 5cad740aea
4 changed files with 19 additions and 10 deletions

View File

@@ -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
*/