Topic+Partition
This is a generic type to hold a single partition and various information about it.
Is typically used with std::vector<TopicPartition*> to provide a list of partitions for different operations.
Create topic+partition object for \p topic and \p partition.
error code (if applicable)
offset (if applicable)
Set offset
partition id
topic name
See Implementation
Topic+Partition
This is a generic type to hold a single partition and various information about it.
Is typically used with std::vector<TopicPartition*> to provide a list of partitions for different operations.