rd_kafka_metadata_broker

@brief Broker information

extern (C) nothrow @nogc
struct rd_kafka_metadata_broker {}

Members

Variables

host
char* host;

< Broker hostname

id
int32_t id;

< Broker Id

port
int port;

< Broker listening port

Meta