Kafunk


Broker

Namespace: Kafunk
Parent Module: Protocol

A Kafka broker consists of a node id, host name and TCP port.

Record Fields

Record FieldDescription
host
Signature: Host
nodeId
Signature: NodeId
port
Signature: Port
rack
Signature: string

Constructors

ConstructorDescription
new(nodeId, host, port, rack)
Signature: (nodeId:NodeId * host:Host * port:Port * rack:string) -> Broker

CompiledName: .ctor

new(nodeId, host, port)
Signature: (nodeId:NodeId * host:Host * port:Port) -> Broker

CompiledName: .ctor

Fork me on GitHub