Modern C++ Kafka API
Public Types | Public Member Functions | Public Attributes | List of all members
KAFKA_API::BrokerMetadata::Node Struct Reference

Information for a Kafka node. More...

#include <BrokerMetadata.h>

Public Types

using Id = int
 
using Host = std::string
 
using Port = int
 

Public Member Functions

 Node (Id i, Host h, Port p)
 
std::string toString () const
 Obtains explanatory string.
 

Public Attributes

Node::Id id
 The node id.
 
Node::Host host
 The host name.
 
Node::Port port
 The port.
 

Detailed Description

Information for a Kafka node.


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