mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
Add initial producer code
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
Configuration& operator=(Configuration&& rhs) noexcept = default;
|
||||
|
||||
void set(const std::string& name, const std::string& value);
|
||||
|
||||
rd_kafka_conf_t* get_handle() const;
|
||||
private:
|
||||
using HandlePtr = std::unique_ptr<rd_kafka_conf_t, decltype(&rd_kafka_conf_destroy)>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user