librdkafka
The Apache Kafka C/C++ client library
rd_kafka_topic_partition_list_t Struct Reference

A growable list of Topic+Partitions. More...

#include <rdkafka.h>

Collaboration diagram for rd_kafka_topic_partition_list_t:

Data Fields

int cnt
 
int size
 
rd_kafka_topic_partition_telems
 

Detailed Description

A growable list of Topic+Partitions.

Field Documentation

◆ cnt

int rd_kafka_topic_partition_list_t::cnt

Current number of elements

◆ size

int rd_kafka_topic_partition_list_t::size

Current allocated size

◆ elems

rd_kafka_topic_partition_t* rd_kafka_topic_partition_list_t::elems

Element array[]


The documentation for this struct was generated from the following file: