mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
Merge pull request #257 from accelerated/resume-scope
Bring base class resume into scope
This commit is contained in:
@@ -102,6 +102,7 @@ public:
|
|||||||
using RevocationCallback = std::function<void(const TopicPartitionList&)>;
|
using RevocationCallback = std::function<void(const TopicPartitionList&)>;
|
||||||
using RebalanceErrorCallback = std::function<void(Error)>;
|
using RebalanceErrorCallback = std::function<void(Error)>;
|
||||||
using KafkaHandleBase::pause;
|
using KafkaHandleBase::pause;
|
||||||
|
using KafkaHandleBase::resume;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Creates an instance of a consumer.
|
* \brief Creates an instance of a consumer.
|
||||||
|
|||||||
Reference in New Issue
Block a user