Kafunk


MetadataRequest

Namespace: Kafunk
Parent Module: Protocol

Request metadata on all or a specific set of topics. Can be routed to any node in the bootstrap list.

Record Fields

Record FieldDescription
autoTopicCreation
Signature: bool
topics
Signature: TopicName []

Constructors

ConstructorDescription
new(topics, autoTopicCreation)
Signature: (topics:TopicName [] * autoTopicCreation:bool) -> MetadataRequest

CompiledName: .ctor

new(topics)
Signature: (topics:TopicName []) -> MetadataRequest

CompiledName: .ctor

Fork me on GitHub