Kafunk


MetadataResponse

Namespace: Kafunk
Parent Module: Protocol

Contains a list of all brokers (node id, host, post) and assignment of topic/partitions to brokers. The assignment consists of a leader, a set of replicas and a set of in-sync replicas.

Record Fields

Record FieldDescription
brokers
Signature: Broker []
clusterId
Signature: string
controllerId
Signature: int
throttleTimeMs
Signature: ThrottleTime
topicMetadata
Signature: TopicMetadata []

Constructors

ConstructorDescription
new(...)
Signature: (brokers:Broker [] * topicMetadata:TopicMetadata [] * controllerId:int * clusterId:string * throttleTimeMs:ThrottleTime) -> MetadataResponse

CompiledName: .ctor

Fork me on GitHub