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.
1 parent e2000b0 commit a48bf89Copy full SHA for a48bf89
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