mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
Remove zookeeper support
This commit is contained in:
@@ -42,10 +42,6 @@
|
||||
#include "topic_partition_list.h"
|
||||
#include "topic_configuration.h"
|
||||
#include "configuration.h"
|
||||
#include "config.h"
|
||||
#ifdef CPPKAFKA_HAVE_ZOOKEEPER
|
||||
#include "zookeeper/zookeeper_subscription.h"
|
||||
#endif // CPPKAFKA_HAVE_ZOOKEEPER
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
@@ -180,10 +176,6 @@ private:
|
||||
Configuration config_;
|
||||
TopicConfigurationMap topic_configurations_;
|
||||
std::mutex topic_configurations_mutex_;
|
||||
#ifdef CPPKAFKA_HAVE_ZOOKEEPER
|
||||
// This could be an optional but apparently move construction is only supported as of 1.56
|
||||
std::unique_ptr<ZookeeperSubscription> zookeeper_subscription_;
|
||||
#endif // CPPKAFKA_HAVE_ZOOKEEPER
|
||||
};
|
||||
|
||||
} // cppkafka
|
||||
|
||||
Reference in New Issue
Block a user