mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-05 13:07:56 +00:00
Allow setting default topic config
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
|
||||
ClonablePtr& operator=(const ClonablePtr& rhs) {
|
||||
handle_.reset(cloner_(rhs.handle_.get()));
|
||||
return *this;
|
||||
}
|
||||
|
||||
ClonablePtr(ClonablePtr&&) = default;
|
||||
|
||||
Reference in New Issue
Block a user