Allow getting consumer group information

This commit is contained in:
Matias Fontanini
2017-04-16 19:45:03 -07:00
parent ebde747e18
commit dbb547889b
15 changed files with 544 additions and 116 deletions

View File

@@ -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
*/