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.
ditto
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.