mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
Use another name for Metadata::get_topics when using a prefix
This commit is contained in:
@@ -164,7 +164,7 @@ public:
|
||||
*
|
||||
* \param prefix The prefix to be looked up
|
||||
*/
|
||||
std::vector<TopicMetadata> get_topics(const std::string& prefix) const;
|
||||
std::vector<TopicMetadata> get_topics_prefixed(const std::string& prefix) const;
|
||||
private:
|
||||
using HandlePtr = std::unique_ptr<const rd_kafka_metadata_t, decltype(&rd_kafka_metadata_destroy)>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user