mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
600 stars 206 forks source link

Bring base class resume into scope #257

Closed accelerated closed 4 years ago

accelerated commented 4 years ago

Bring base class resume() member function into the scope of Consumer. This was missing since pause is already into scope.

accelerated commented 4 years ago

@mfontanini if you can merge this it would be great! Currently access to base class overload is unavailable.

mfontanini commented 4 years ago

:pray: