Add initial zookeeper wrapper code

This commit is contained in:
Matias Fontanini
2016-06-11 08:18:09 -07:00
parent eed3ac270a
commit 65126b27f1
8 changed files with 1270 additions and 2 deletions

View File

@@ -64,6 +64,11 @@ private:
rd_kafka_resp_err_t error_code_;
};
class ZookeeperException : public Exception {
public:
using Exception::Exception;
};
} // cppkafka
#endif // CPPKAFKA_EXCEPTIONS_H