Skip to content

Commit b06e64e

Browse files
authored
Merge pull request #257 from accelerated/resume-scope
Bring base class resume into scope
2 parents e2000b0 + a48bf89 commit b06e64e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cppkafka/consumer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class CPPKAFKA_API Consumer : public KafkaHandleBase {
102102
using RevocationCallback = std::function<void(const TopicPartitionList&)>;
103103
using RebalanceErrorCallback = std::function<void(Error)>;
104104
using KafkaHandleBase::pause;
105+
using KafkaHandleBase::resume;
105106

106107
/**
107108
* \brief Creates an instance of a consumer.

0 commit comments

Comments
 (0)