mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
Add initial zookeeper wrapper code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user