mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 11:37:50 +00:00
Add committed/assigned wrappers
This commit is contained in:
@@ -29,6 +29,9 @@ public:
|
||||
void commit(const TopicPartitionList& topic_partitions);
|
||||
void async_commit(const TopicPartitionList& topic_partitions);
|
||||
|
||||
TopicPartitionList get_committed(const TopicPartitionList& topic_partitions);
|
||||
TopicPartitionList get_position(const TopicPartitionList& topic_partitions);
|
||||
|
||||
Message poll();
|
||||
private:
|
||||
static const std::chrono::milliseconds DEFAULT_TIMEOUT;
|
||||
|
Reference in New Issue
Block a user