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

Metadata container. More...

#include <rdkafka.h>

Collaboration diagram for rd_kafka_metadata:

Data Fields

int broker_cnt
 
struct rd_kafka_metadata_brokerbrokers
 
int topic_cnt
 
struct rd_kafka_metadata_topictopics
 
int32_t orig_broker_id
 
char * orig_broker_name
 

Detailed Description

Metadata container.

Field Documentation

◆ broker_cnt

int rd_kafka_metadata::broker_cnt

Number of brokers in brokers

◆ brokers

struct rd_kafka_metadata_broker* rd_kafka_metadata::brokers

Brokers

◆ topic_cnt

int rd_kafka_metadata::topic_cnt

Number of topics in topics

◆ topics

struct rd_kafka_metadata_topic* rd_kafka_metadata::topics

Topics

◆ orig_broker_id

int32_t rd_kafka_metadata::orig_broker_id

Broker originating this metadata

◆ orig_broker_name

char* rd_kafka_metadata::orig_broker_name

Name of originating broker


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