Kafunk


FetchRequest

Namespace: Kafunk
Parent Module: Protocol

Record Fields

Record FieldDescription
isolationLevel
Signature: IsolationLevel
maxBytes
Signature: MaxBytes
maxWaitTime
Signature: MaxWaitTime
minBytes
Signature: MinBytes
replicaId
Signature: ReplicaId
topics
Signature: (TopicName * (Partition * FetchOffset * LogStartOffset * MaxBytes) []) []

Constructors

ConstructorDescription
new(...)
Signature: (replicaId:ReplicaId * maxWaitTime:MaxWaitTime * minBytes:MinBytes * topics:(TopicName * (Partition * FetchOffset * LogStartOffset * MaxBytes) []) [] * maxBytes:MaxBytes * isolationLevel:IsolationLevel) -> FetchRequest

CompiledName: .ctor

Fork me on GitHub