mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Add TopicPartition::operator<
This commit is contained in:
@@ -112,6 +112,11 @@ public:
|
||||
*/
|
||||
void set_offset(int64_t offset);
|
||||
|
||||
/**
|
||||
* Compare the (topic, partition) for less-than equality
|
||||
*/
|
||||
bool operator<(const TopicPartition& rhs) const;
|
||||
|
||||
/**
|
||||
* Print to a stream
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user