mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
Make get_metadata(Topic) return only topic metadata
This commit is contained in:
@@ -89,6 +89,11 @@ public:
|
||||
*/
|
||||
std::string get_error_string() const;
|
||||
|
||||
/**
|
||||
* Utility function to check for get_error() == RD_KAFKA_RESP_ERR__PARTITION_EOF
|
||||
*/
|
||||
bool is_eof() const;
|
||||
|
||||
/**
|
||||
* Gets the topic that this message belongs to
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user