mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
Added method to set the partition
This commit is contained in:
@@ -106,6 +106,11 @@ public:
|
||||
* Gets the offset
|
||||
*/
|
||||
int64_t get_offset() const;
|
||||
|
||||
/**
|
||||
* @brief Sets the partition
|
||||
*/
|
||||
void set_partition(int partition);
|
||||
|
||||
/**
|
||||
* Sets the offset
|
||||
|
||||
Reference in New Issue
Block a user