mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-03 03:58:04 +00:00
Allow getting consumer group information
This commit is contained in:
@@ -117,6 +117,16 @@ public:
|
||||
*/
|
||||
bool operator<(const TopicPartition& rhs) const;
|
||||
|
||||
/**
|
||||
* Compare the (topic, partition) for equality
|
||||
*/
|
||||
bool operator==(const TopicPartition& rhs) const;
|
||||
|
||||
/**
|
||||
* Compare the (topic, partition) for in-equality
|
||||
*/
|
||||
bool operator!=(const TopicPartition& rhs) const;
|
||||
|
||||
/**
|
||||
* Print to a stream
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user