mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
Remove zookeeper support
This commit is contained in:
@@ -76,14 +76,6 @@ private:
|
||||
rd_kafka_resp_err_t error_code_;
|
||||
};
|
||||
|
||||
/**
|
||||
* An exception when using zookeeper
|
||||
*/
|
||||
class ZookeeperException : public Exception {
|
||||
public:
|
||||
using Exception::Exception;
|
||||
};
|
||||
|
||||
} // cppkafka
|
||||
|
||||
#endif // CPPKAFKA_EXCEPTIONS_H
|
||||
|
||||
Reference in New Issue
Block a user