Modern C++ Kafka API
|
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. | |
Information for a Kafka node.