Kafunk


TopicMetadata

Namespace: Kafunk
Parent Module: Protocol

Metadata for a specific topic consisting of a set of partition-to-broker assignments.

Record Fields

Record FieldDescription
isInternal
Signature: bool
partitionMetadata
Signature: PartitionMetadata []
topicErrorCode
Signature: TopicErrorCode
topicName
Signature: TopicName

Constructors

ConstructorDescription
new(...)
Signature: (topicErrorCode:TopicErrorCode * topicName:TopicName * partitionMetadata:PartitionMetadata [] * isInternal:bool) -> TopicMetadata

CompiledName: .ctor

Fork me on GitHub