mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Rename TopicMetadata::get_topic to TopicMetadata::get_name
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
/**
|
||||
* Gets the topic name
|
||||
*/
|
||||
const std::string& get_topic() const;
|
||||
const std::string& get_name() const;
|
||||
|
||||
/**
|
||||
* Gets the topic error
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
*/
|
||||
const std::vector<PartitionMetadata>& get_partitions() const;
|
||||
private:
|
||||
std::string topic_;
|
||||
std::string name_;
|
||||
rd_kafka_resp_err_t error_;
|
||||
std::vector<PartitionMetadata> partitions_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user