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

Metadata container. More...

#include <rdkafka.h>

Data Fields

int broker_cnt
 
struct rd_kafka_metadata_broker * brokers
 
int topic_cnt
 
struct rd_kafka_metadata_topic * topics
 
int32_t orig_broker_id
 
char * orig_broker_name
 

Detailed Description

Metadata container.

Field Documentation

◆ broker_cnt

int rd_kafka_metadata_t::broker_cnt

Number of brokers in brokers

◆ brokers

struct rd_kafka_metadata_broker* rd_kafka_metadata_t::brokers

Brokers

◆ topic_cnt

int rd_kafka_metadata_t::topic_cnt

Number of topics in topics

◆ topics

struct rd_kafka_metadata_topic* rd_kafka_metadata_t::topics

Topics

◆ orig_broker_id

int32_t rd_kafka_metadata_t::orig_broker_id

Broker originating this metadata

◆ orig_broker_name

char* rd_kafka_metadata_t::orig_broker_name

Name of originating broker


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