mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Add TopicPartition::set_offset
This commit is contained in:
@@ -107,6 +107,11 @@ public:
|
||||
*/
|
||||
int64_t get_offset() const;
|
||||
|
||||
/**
|
||||
* Sets the offset
|
||||
*/
|
||||
void set_offset(int64_t offset);
|
||||
|
||||
/**
|
||||
* Print to a stream
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user