We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2000b0 + a48bf89 commit b06e64eCopy full SHA for b06e64e
include/cppkafka/consumer.h
@@ -102,6 +102,7 @@ class CPPKAFKA_API Consumer : public KafkaHandleBase {
102
using RevocationCallback = std::function<void(const TopicPartitionList&)>;
103
using RebalanceErrorCallback = std::function<void(Error)>;
104
using KafkaHandleBase::pause;
105
+ using KafkaHandleBase::resume;
106
107
/**
108
* \brief Creates an instance of a consumer.
0 commit comments